I am starting my thesis which is an app for android. This app is based on a web platform I had created.
The part where I need advice is: which is the most efficient way to pull data from a MySQL server into the application. Please give me some advice and your experience on the matter.
(I've read about encoding the queries in json, but it seems like awful lot of needless work)