Managing content of android app -


for simple app has list of (for example) stores, how crud operations implemented? desktop/web manager app solution?

for example, manager has crud implementations while mobile app displays , process search queries.

edit:

lets making application android shows users best vegetables can obtained within 10 mile radius, such application have list of stores, search bar , perhaps simple sistem more narrow queries (like organic etc...)

naturally i'll want add, edit , delete record of stores app shows, don't want show link or option manage app on user interface security reasons.

i considering building basic desktop app manages crud operations, whereas mobile 1 periodically updates information reflect changes if any.

this first mobile app not quite sure how deal with.

the answer question contextual. answer is, depends!

is data meant exist on application itself? if so, i'd sqllite database management.

is data meant used on web application aswell? if i'd implementations such parse (and many others) handle persisting of data.

perhaps have data on database already, maybe next step building restful api interact said data


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -