I have a Windows Forms C# application which uses SQL Local DB 2016. My C# application is being used by some few peoples. I want to receive data to an Android app from the C# application. I want to show the records in my Android app from the C# application.
What are the different ways to connect? What is the preferred way in my case?
I don't know any ways in this case. I have previously developed an online Android app in which I’ve used PHP scripts to send and receive data on the 000webhost platform.