Android Progress Dialog -
i have widgetprovider around milliseconds. takes in intent, , kicks off service takes maybe noticeable time. wanted display user during delay progress bar block user, broadcastreceiver/widgetprovider seems wrong place start progress bar. should issue progress bar in case? service maybe? service might not part of ui @ all?
where should issue progress bar in case?
from ui perspective, choice have in app widget itself. progressbar 1 of valid widgets have in app widget layout.
in terms of updates remoteviews
of app widget display/update/remove progressbar
, service
in whatever background thread using "noticeable time".
Comments
Post a Comment