xml dom parser then display the result with list-view
问题 I have web service that has method return string of xml to me i want to parse this xml then display it with list-view . Main Activity public class MainActivity extends ListActivity { // All static variables format=xml"; // XML node keys static final String KEY_ITEM = "Roomtype"; // parent node static final String KEY_ID = "IDRoom"; static final String KEY_NAME = "Code"; static final String KEY_COST = "Normbed"; static final String KEY_DESC = "Maxbed"; static final String KEY_categroy =