networking - Android app that uses network for data retrieving/ data sending -
i hoping in creating app works ikea app when user select category app (i assume) connect remote database , retrieve relative information display on screen.
however, no programming expert in fact newbie in android programming. kind of information should looking/studying before start on project?
thanks in advance
cheers~
hsl
you should first have idea networking android. android not let networking in main activity, therefore first check out: http://www.vogella.com/articles/androidbackgroundprocessing/article.html
learn activity,fragments , xml views in app.
depending on server side, should design connection server(web services,rest etc.) , data format(which form retrieve them, xml,json...)
these first things come mind.
Comments
Post a Comment