Exactly I am doing the same thing.
As soon as new Progressbar object get created due to list refresh, I
am doing the following steps
progressbarobject.setMax(player.getduartion());

progressbarObject.setprogress(player.getcurrentposition()); => in a
loop and separate worker thread

But, the problem is I am getting flickering effect once the list get
refreshed.
Progressbar disappears and comes again.

Could you give some pointers to avoid this flickering effect ??

Thanks,
Ganesh

On Sep 14, 10:23 pm, TreKing <treking...@gmail.com> wrote:
> On Wed, Sep 14, 2011 at 10:30 AM, ganesh <ganeshbm...@gmail.com> wrote:
> > So, all the view items like TextView, Progressbar of each row of
> > the listview get created again inside getview() method of the Adpater.
>
> Then adjust the progress bar to match the current state of the track it
> represents after you create it.
>
> -------------------------------------------------------------------------------------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to