Re: [android-developers] Show a producer-consumer queue inside a Listview

2012-08-26 Thread Mark Murphy
On Sun, Aug 26, 2012 at 4:39 AM, Gianluca Cacace wrote: > I've a service which consume some tasks queued by an activity (this service > uploads each queued video to a http server). I want to show the upload > status in an activity (with a listview, like Youtube). What can I do to keep > in sync th

[android-developers] Show a producer-consumer queue inside a Listview

2012-08-26 Thread Gianluca Cacace
I've a service which consume some tasks queued by an activity (this service uploads each queued video to a http server). I want to show the upload status in an activity (with a listview, like Youtube). What can I do to keep in sync the listview with the service progress? I don't know if it's a b