Hi Vijay, check this, http://www.androidsnippets.org/snippets/125/ in this , they are using textView and ImageView, else use button and the text as you require. I feel they made it complex. You can make it simpler as you wish. You can take the core from it.
On Dec 16, 11:58 pm, vijay bhushan <[email protected]> wrote: > The way i want it is, per row there will be a text and is followed by a > right arrow button, so that the user can click on that button to edit the > content of that row. If the user is using the keypad, by using the left and > right buttons on the keypad , he should be able to select the textview or > the Button in that particular row. I have seen this in a couple of apps. The > way i see that working on those apps appear as if they are maintaining two > lists in parallel. The reason i felt it this way is, if i am on row 1 of > the list, and if i press the right key on the phone keypad, then the right > arrow button will get highlighted and now if i use the down key or if i keep > pressing the down key, then the focus will scroll through that arrow button > only as if that is an another parallel list contructed. I dont know if that > is a good way to do it. Can any one help me in this. > > I tried many for getting this to work, but couldn't succeed. -- 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

