On Jun 4, 1:41 pm, Kostya Vasilyev <[email protected]> wrote: > Nathan, > > Have you considered doing away with detailed progress info in the > notification pulldown? > > The pulldown (Notification) could just indicate that there are downloads > in progress, perhaps their total number. > > Then upon the user clicking on the notification item, you could display > an activity with detailed information, which would be updated in real time. > > This is inspired by what Android Market does, perhaps it's a viable > option for your app as well? >
Yes, I have. I may do it - and put the progress on the cancel/continue activity. It's less convenient for the users, perhaps, but I can't have it crashing on one particular device. I've also considered scrapping the whole service/notification thing and doing a download as an async task in an activity. But it seems like a fit for the service model. Nathan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

