Dear Bhima, Try following example: http://android.amberfog.com/?p=296
Notice that: >convertView = mInflater.inflate(R.layout.item1, null); R.layout.item1 is layout of row item, so you can create whatever layout you want. Best Regards, DatNQ On Thu, May 26, 2011 at 8:58 PM, Hikmat Khan <[email protected]>wrote: > Dear I have the same problem to > > > > On Thu, May 26, 2011 at 1:01 AM, Senthil ACS <[email protected]> wrote: > >> Agree with Treking.. >> >> Hint: Use layoutinflater >> >> On May 26, 2:28 am, TreKing <[email protected]> wrote: >> > On Tue, May 24, 2011 at 1:18 PM, bhima santosh <[email protected] >> >wrote: >> > >> > > I want to have a listview with each row having a button,textview and >> image. >> > > Can anyone tell how to go abt it >> > >> > Step 1 would be "Read the documentation." >> > >> > >> --------------------------------------------------------------------------- >> ---------------------- >> > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago >> > transit tracking app for Android-powered devices >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

