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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -