[android-developers] Problem with list

2010-11-25 Thread pramod.deore
Hi all, I have a 2 ArrayList as ArrayList results = new ArrayList(); ArrayList results1 = new ArrayList(); >From database I retrieved data and display them in the form of list. results.add( rid+":"+roomName+"?"+sid+","+switchName); results1.add( roomName+"-"+switchName); this.setListAdapter(

Re: [android-developers] Problem with List View while scrolling

2010-10-21 Thread TreKing
On Mon, Oct 18, 2010 at 3:16 AM, umakantpatil wrote: > Is there a way to fix this issue? Sounds like you're a victim of View recycling. How are handing getView in your adapter? - TreKing

[android-developers] Problem with List View while scrolling

2010-10-21 Thread umakantpatil
Hi Friends, I have used tab view and inside frame first view is ListView. My list view has white and blue background alternately like 1st is white, 2nd blue, 3rd white, 4th blue.. etc etc. I have tried disabing cachehint and even using it. But when i scroll the alternate colors are broken like w

[android-developers] Problem with List view's getCheckedItemPositions() sparse boolean array

2009-12-10 Thread pvrnd pvrnd
Hi guys, I'm facing a problem with the result returned by list view's getCheckedItemPositions() method. This is the scenario: -I'm using a list view in multiple choice mode (list view with checkboxes) - the idea being that a user can select several items and delete them at once. -When the user cli

[android-developers] Problem with List view's getCheckedItemPositions() sparse boolean array

2009-12-10 Thread pvrnd pvrnd
Hi guys, I'm facing a problem with the result returned by list view's *getCheckedItemPositions() *method. This is the scenario: -I'm using a list view in *multiple choice mode* (list view with checkboxes) - the idea being that a *user can select several items and delete them at once*. -When the us

[android-developers] Problem with List view's getCheckedItemPositions() sparse boolean array

2009-12-10 Thread pvrnd pvrnd
(Sorry for re-mailing) Hi guys, I'm facing a problem with the result returned by list view's getCheckedItemPositions() method. This is the scenario: -I'm using a list view in multiple choice mode (list view with checkboxes) - the idea being that a user can select several items and delete them at o

[android-developers] Problem with list divider

2008-11-13 Thread for android
I have a layout,something like this.