Re: [android-developers] Save ID name in list view

2010-12-03 Thread TreKing
On Fri, Dec 3, 2010 at 5:51 AM, Faheem Khatri faheemkhatr...@gmail.comwrote: I know but if i wanna do these things in android, how can i do it? Implement your own solution. Or adapt to doing things the Android way. There are plenty of examples out there on using adapters for binding data to a

Re: [android-developers] Save ID name in list view

2010-12-03 Thread Faheem Khatri
Thanks. On Fri, Dec 3, 2010 at 10:01 PM, TreKing treking...@gmail.com wrote: On Fri, Dec 3, 2010 at 5:51 AM, Faheem Khatri faheemkhatr...@gmail.comwrote: I know but if i wanna do these things in android, how can i do it? Implement your own solution. Or adapt to doing things the Android

Re: [android-developers] Save ID name in list view

2010-12-03 Thread Faheem Khatri
I know but if i wanna do these things in android, how can i do it? On Fri, Dec 3, 2010 at 12:57 PM, TreKing treking...@gmail.com wrote: On Wed, Dec 1, 2010 at 11:51 AM, Faheem Khatri faheemkhatr...@gmail.comwrote: is there any property where i can set ListView value member display member

Re: [android-developers] Save ID name in list view

2010-12-02 Thread TreKing
On Wed, Dec 1, 2010 at 11:51 AM, Faheem Khatri faheemkhatr...@gmail.comwrote: is there any property where i can set ListView value member display member or any other way? Nope. It works quite differently from C#.

[android-developers] Save ID name in list view

2010-12-01 Thread Faheem Khatri
I want to save ID name in list view, like in c# while binding combo box i use to set two property combox.VALUEMEMBER combobox.DISPLAYMEMBER. value member saves the ID (for coding purpose) and display member saves the name (for front end) is there any property where i can set ListView value