Json is only used in android programming to read data from the database right? -
i'm confused when json needed used in android programming. have read couple of tutorials i'm still blur why need json , when use it.
json format store data, xml, can use store whatever want or don't use @ all. in terms of database access thing natively android can access local sqlite databases, not suitable projects require centralized database change dynamically (and accessed many devices concurrently), in cases popular solution setup json-rpc server act intermediary between android app , database.
from app remotely call method on server execute query , return appropriate results.
Comments
Post a Comment