¡@

Home 

2014/10/16 ¤W¤È 08:12:04

android Programming Glossary: dashclock

How do I publish an update to Dashclock when my application receives an Intent?

http://stackoverflow.com/questions/15567702/how-do-i-publish-an-update-to-dashclock-when-my-application-receives-an-intent

Intent ittIntent System.out.println ittIntent.getIntExtra WidgetService.KEY_STOP_IDENTIFIER 1 I'd like to use the DashClock API to show an update when this happens. DashClock has a publishUpdate method that can be used to show updates but I can.. WidgetService.KEY_STOP_IDENTIFIER 1 I'd like to use the DashClock API to show an update when this happens. DashClock has a publishUpdate method that can be used to show updates but I can only use this from my extension class that extends.. publishUpdate method that can be used to show updates but I can only use this from my extension class that extends the DashClock class. This should be a possible somehow but I can't seem to figure out how. Any ideas on how I could accomplish this java..