So this is what I need to do before my traineeship ends.
- connect android app with the database from a website
- store some information into the database
- retrieve some information back from the database
I have already experience with the standard sqlite build in android apps.
The problem is, I need to let people get some information from the server so
they can share information with the others. I have 3 weeks left before I’m
done with my traineeship, so any help would be much appriciated.
1) Create an SQLite database (Windows GUI SQLite prog: http://sqliteadmin.orbmu2k.de/)
2) Put it on a server
3) make a php script that will update / read your database (on the server)
4) Call this php script from your android app
Done
That’s how I’d do it in 3 weeks 🙂
OOI were’s ur traineeship @?