I know use PendingIntent can open a activity, but my question is if the activity which I want to open is already in show,how to update this activity?
Asked
Active
Viewed 242 times
0
-
2just show an alert dialog with notification message. – amit singh Jan 15 '14 at 07:47
1 Answers
0
I don't know what you are exactly searching for, but look at this
Android update activity UI from service
and this
Update view from different thread Android
Every activity UI update from another application should be done by intent mechanism

Community
- 1
- 1

Davor Pecet
- 171
- 2
- 6