Created
August 3, 2018 09:49
-
-
Save Tonnie-Dev/f37d5459c9cbecc688e0f3d05c6a4dd7 to your computer and use it in GitHub Desktop.
Sending Local Broadcast
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*sending local broadcast*/ | |
Intent broadcastIntent = new Intent("custom-intent"); | |
LocalBroadcastManager.getInstance(context).sendBroadcast(broadcastIntent); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment