Hi , Im brand new to Android Application development and I am working on an application that will get an RSS feed from a specific url that returns JSON data , what I am wondering is what is the best way to translate this from JSON to populate the list ,
I was thinking of making objects to hold the individual posts and then create a list of them from the json but is this the best way it seems a little rough
Just looking for idea on how others perform this action May also be helpful to other beginners as no concrete reference base is around for this subject.
thanks chris