I have a remote data base that I want my app to communicate. I can already connect and use the database by using an http post and a php script to execute the sql. In the past I have made a helper class easily work with a local SQLiteDatabase. Can someone please point me in the direction of something similar for a remote database? I guess this would be more of a http post helper class.
Thanks in advance
To access remote database it is better to use
jsonparser.You can find tutorial Here