I need to open, read and insert items into an online SQLite database from an Android app.
I know url, username and password. In JavaSE i would do the fo
You should expose your datasource like this via an intermediary such as a Web Service for at least the following reasons:
I'm sure there are plenty of more reasons, but the above are the most prevalent in my mind.