i found this tutorial which show xml parsing but is show all values in xml file on 1st screen i want tomodify this code and add edittextbox which show only that value attributes which name i type on edit textbox supose i type in edit text box 2 so is show on screen only ID 2 atttributes not all data show on screen how i connect edittext box with database so is show only selected item on screen??
http://www.androidhive.info/2011/11/android-xml-parsing-tutorial/
Yes you can , in the code section below :
As you can see , you just retrieve the id from XML and compare it to the id you get from the Edit text. If they match add it to the hashmap else dont !
Hope this helps!