I am trying to display the text from json in a list view. I got help for retrieving the 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 cant figure out how to display them in list view. I also want to get only some of the text from url(for example, alerttext and date). Can anyone help me in declaring the list adapter and list view in order to display the data in the way i want... Plzzzz...

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I got the way to do it here...

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

Thanks to Jose for solving the problem. Hope this post will help some other amateur android developers like me... Kudos to Android development team...:-)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.