I am developing an Android client to connect to a database (in my case MySQL server). The nice approach is using a Web Serive between them.
I found some nice reason for it here : Best way to access a remote database: via webservice or direct DB-access?
Elad wrote nice reasons such as complexity and security around this approach. Can you give me some new advice around these approaches and let me know about the source of your ideas, since Elad did not provide any source.