Hi, I am trying to develop something like a podcast and RSS feed cliet in the android platform(something like a BeyondPod) The feeds and all data are expected to be in the JSON objects.
My understanding of the problem is as following: 1. Open a connection with webserver 2. Receive the initial page 3. Request for the feed using something like POST or GET 4. Parse the incoming JSON object and populate the data and render. Is my understanding right? Please varify. Thanks in advance... Regards, ab -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

