03-25-2019, 04:14 PM
@Littlemaster You may write a simple php code connecting to your database and run it in your VPS, which should output what you want upon query in json format.
Then from your Android app using HttpsURLConnection to get and then parse your json data.
Then from your Android app using HttpsURLConnection to get and then parse your json data.