Hi,

Look at this :
http://developer.android.com/reference/android/widget/ListView.html

So the process is simple, create a layout containing your list view
element.
Create another layout called listview_raw for example, which will
contain an imageView and a textView.

You have to create an Adapter, (ArrayAdapter, CustomAdapter, as you
want), in charge "put" the line with your image and text in the
listView.

For that, you have to implement the getView method of your adapter,
and set your adapter on your listView.

Here is the reference for all these components :
 http://developer.android.com/reference/android/widget/ListView.html
 http://developer.android.com/reference/android/widget/Adapter.html


Have fun,

Jeremy

Jérémy

On Oct 13, 12:41 pm, shital suryawanshi <shital.andr...@gmail.com>
wrote:
> hi
>  if any one have information about that pls send me
>
> thanks
> shital

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to