View list and list of adapters for json display

I am trying to display text from json as a list. I got help to extract json text from the following ... http://www.josecgomez.com/2010/04/30/android-accessing-restfull-web-services-using-json/comment-page-1/# comment-498 ....

But my problem is that I cannot figure out how to display them in a list. I also want to get only part of the text from the url (e.g. alerttext and date). Can someone help me in declaring a list and a list of lists to display the data the way I want ... Plzzzz ...

+5
source share
1 answer

I have a way to do it here ...

http://www.josecgomez.com/2010/05/03/android-putting-custom-objects-in-listview/

. , , ... Kudos Android...: -)

+4

All Articles