Android : How to update the UI of Activity from BroadCastReceiver

on Friday, August 8, 2014


I am learning Android concepts Activity and BroadCastReceiver. I want to update the content of Activity from the BroadtCastReceiver both are in different java class.


It is something like


MyActivity.java and MyBroadtCastReceiver.java


Is this possible to do this in Android ?


0 comments:

Post a Comment