tags:

views:

61

answers:

2

I 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 ?

+2  A: 

A tutorial that does a good job explaining it to a "busy developer".

The Busy Coder's Guide to Android Development

Cristian
lol... great name for a guide.. +1 for the reference...thnx
giulio
the excerpt is engaging and readable. Only have to fork out some cash to buy it.. Ah well.. no free lunches...
giulio
+1  A: 

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/

Rakesh Gondaliya
+1 on the reference. thnx
giulio
Had a read through that. I am not a great java developer by any definition and it's not a bad article, but it was a little too complex for describing a relatively simple process. But I "get it".The author is pretty smart, but he's over engineered for sample code with fairly brief explanations of it. But thanks for the reference. It's a start.
giulio