Client/server database for android tutorial needed -


hope everyone's doing great;

what best client/server application use database android?

i know implementation of database java well. should use mysql, oracle or access example or should use sqlite database if need access via server on internet?

i wasn't advised use jdbc @ all; in other way, advised connect database via http request. isn't sqlite database local 1 available on host?

any ideas or there tutorial it? i'm bit confused..

thanks in advance , best regards, chris

you seems confused.

on client side (android app), can use sqlite store data locally. might not necessary @ actually. instance, can used offline features, search, etc.

on server side (whatever server side technology know or want learn), can use whatever language, whatever database on whatever server os want. part commonly called back-end, store data while app communicate through http.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -