• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps need help with this code listview add custom icon

hanna211

Newbie
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
 
Back
Top Bottom