android - Advices on first web application -


i have website sports new , love make application on android platform. managed make big view loading "android like" interface. love add more functionalities , want (get rid of webviews). love advices, ideas, links, tutorials, really... guide me right direction.

my project quite simple, display list of news, fixtures, or rankings , clicking on object lead user detailed page. list of news => read news, fixtures => read game details etc...

i don't know what's best approach it. requesting xml android, or remotely connecting database (if possible ?)

there 2 approach this,

  1. expose content server using either web services (soap/rest) or on http call xml/json. put reasonable level of security based on need. android client make call server information. best approach , days data centric apps.

  2. if want go bit economy way then, write custom css andorid. put filter server end user agent string. in way, same page load in ui compatible android devices.

both approach nice. decision depend on type of service , need.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -