Android Widget Refresh -


i have implemented widget have problems refreshing it. initial onupdate , , again if leave ages.

however want changes in main application automatically reflected on widget. how refresh ? there way of calling widget activity (do static routine) or there way can force "onupdate" called each time phone returns home screen ?

did implement widget using service update remoteviews? if can kick off service intent , widget update.

intent widgetupdateintent = new intent(context, myclassname.updateservice.class); context.startservice(widgetupdateintent ); 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -