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

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -