Android: Populate ListView from an internal XML -
Android: Populate ListView from an internal XML -
i found tutorial makes need : http://www.androidhive.info/2012/02/android-custom-listview-with-image-and-text/
the problem listview gets populated xml found out on url. have alter can load list items (image+text) internal xml ?
what mean "internal" xml? xml file on sd card or compiled in application raw resource?
take @ these links :
reading .xml file sdcard
android : reading xml local resource (for testing)
the line in code need alter :
string xml = parser.getxmlfromurl(url); // getting xml url
android xml listview
Comments
Post a Comment