sql - How do you let users share one database file in android development? -


i developing android application users can upload own recipes. so, need create 1 database file , let users share file. possible? googled uploading database file on server , letting application manipulate file did not find answer. appreciated.

you need setup sql database on web server , apps make http request query database, better yet, make php script accesses db (much easier) , displays relevant results, use jsoup in android , parse php script information need.


Comments

Popular posts from this blog

mod rewrite - Using "?" when rewriting the URL -

.htaccess: Transfer name to index.php if not directory public -

Admob integration with pygame in android -