Re: [android-developers] How to add button to a listview

2011-01-03 Thread shareem sharif
WHAT On Wed, Dec 22, 2010 at 1:52 AM, sujit panda sujit.andr...@gmail.comwrote: Hi, you have to create a custom ArrayAdapter class which will override the getView() method and using this you can pass a XML file to the list and you can put whatever you want in side list. follow this blog

[android-developers] How to add button to a listview

2010-12-22 Thread pramod.deore
I have one activity which is extends from ListActivity. Here I am displaying list of strings . I don't have .xml file I am showing list using ArrayAdapter. Now what I want is to add 2 buttons to this list. because I don't have xml file I am confused how to add buttons. Please help me. Thanks in

Re: [android-developers] How to add button to a listview

2010-12-22 Thread sujit panda
Hi, you have to create a custom ArrayAdapter class which will override the getView() method and using this you can pass a XML file to the list and you can put whatever you want in side list. follow this blog by me

[android-developers] How to add Button in a ListView

2009-06-08 Thread Shishir
Hi, I am new to android. I would like to add two normal buttons in the List (ListView). Could you please provide me any example of source code so that i can understand. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google