adding custom icon for each lisview.
this is the code from java that adds items to listview
mAdapter.addItem("next screen");
how do i add a similar code but assigning a custom image from drawable folder ?
from here android:src="@drawable/ic_launcher" />
i wil add my custom images like
ic_launcher1
ic_launcher2
ic_launcher2
imagexx
please help
this is the code from java that adds items to listview
mAdapter.addItem("next screen");
how do i add a similar code but assigning a custom image from drawable folder ?
from here android:src="@drawable/ic_launcher" />
i wil add my custom images like
ic_launcher1
ic_launcher2
ic_launcher2
imagexx
please help