Weird list behavior in android -
i have imageview
on top of listview
, whenever there long running process populate list hide listview
, make imageview
visible.
i tried things setvisibility()
i'm getting messed scroll behavior list.
i'm using asynctask
manage don't think that's causing messed scrolling behavior. ideas on how can display busy spinner while list being populated , not inconsistent scrolling behavior list?
as far weird scrolling behavior may need set property on listview android:cachecolorhint #00000000 otherwise weird things when there image under listview while scrolling.
Comments
Post a Comment