I have a class like
public class CountryVO { private String countryCode; private String countryName; private Drawable countryFlag; public St
You need to parse the xml before trying to store it in your class. I would recommend that you use the SAX API, you can find a tutorial on it here. Hope this helps!