web services - Query on using REST architecture in Android applications -
i developing android application , planning use rest architecture communicate web server. rest architecture recommends
"rather letting clients construct urls additional actions, include actual urls rest responses " .
1> idea if include home page url in client (android app) , furthur links included in http response server ? find pros , cons in approach ?
2> please provide inputs on using caching provided rest in android app rather implementing our own way updated server ?
thanks in advance.
Comments
Post a Comment