android Xml-List view with filter
- by harisali
Hi, android is new for me.
I am trying to develop a program on 1.5 platform but still in progress, plz guide me.
I have some information in following format
"item1","description1"
"item2","description2"
"item3","description3"
"item4","description4"
.
.
.
.
I want to show them on screen, I dont know which is recommended way to do this. After…