Soldato
- Joined
- 3 Jun 2005
- Posts
- 3,286
- Location
- The South
Correct. It'll be relatively straight-forward what ever the case.So presumably I have to import that SQL file on my rented server either using PhpMyAdmin or whatever they use?
Yup.So my android app will then connect to that server?
If you've got a dedicated IP address then yes, you can use the IP address of your host/server.So by changing the IP address in my android app it will connect to my database and then populate my listview?
Otherwise if it's a shared IP address then you'll need to use a (sub)domain but if the charity already has a domain then the easiest option is to create a new subdomain 'A' record within their domain's DNS options that points to your host's (app backend server/host) IP - it isn't a biggy either way.
By the way it's worth thinking about adding some form of analytics to the app and backend (especially MP3/audio data access), as it'll give you a better understanding of how the app and data is being used.