android - Can SQLite be used for online databases? -


i new topic question seem primitive people. know if can use sqlite offered in android access online databases rather create own offline database?

any appreciated!

no, sqlite local, embedded databases.

to access databases on network need use whatever api offered, such web service api used on http(s).


Comments

Popular posts from this blog

node.js - StackOverflow API not returning JSON -

php - Laravel 4.1 to Heroku: SQLSTATE[HY000] [2002] No such file or directory -

visual studio - How to generate shader debug information (pdb) in VS2012 -