So I am making an App that displays radio stations based on location. It would be completely impractical to code all of the Radio stations into the app as stations change and that would just take a lot of code.
I figure that the best option would be to have the app access an external database for the information. I have looked at the SQL tutorial, and I am pretty confused. I don't know anything about PHP so I don't really know what to do with that.
Could someone help me to get going with this? I know to make a SQL database, but configuring it for remote access and accessing it with an android app is another story.
Thanks
I figure that the best option would be to have the app access an external database for the information. I have looked at the SQL tutorial, and I am pretty confused. I don't know anything about PHP so I don't really know what to do with that.
Could someone help me to get going with this? I know to make a SQL database, but configuring it for remote access and accessing it with an android app is another story.
Thanks