How do i access web data via android? [closed]
开发者_开发知识库
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 26 days ago.
Improve this questionI am just digging into Android, and want to build a simple application that gets data from wifi/3g from a website, like a classic RSS feed, and/or a post-back to a remote database. A tutorial that does a good job explaining it to a "busy developer".
Can anyone reference a good tutorial site, or a book that covers this topic well ?
A tutorial that does a good job explaining it to a "busy developer".
The Busy Coder's Guide to Android Development
A good example is given on the IBM site where they have given code for application DayTrader.
It includes datastructure class , adapterclass used JSON.....
You can go through this url
http://www.ibm.com/developerworks/xml/library/x-dataAndroid/
精彩评论