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

Popular posts from this blog

sql server - MSSQL Text and Varchar(MAX) fields shown (MEMO) in DBGrid -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

mysql - Flyway migration, Unable to obtain Jdbc connection from DataSource -