Skip to content

Instantly share code, notes, and snippets.

@Tonnie-Dev
Created August 3, 2018 09:49
Show Gist options
  • Save Tonnie-Dev/f37d5459c9cbecc688e0f3d05c6a4dd7 to your computer and use it in GitHub Desktop.
Save Tonnie-Dev/f37d5459c9cbecc688e0f3d05c6a4dd7 to your computer and use it in GitHub Desktop.
Sending Local Broadcast
/*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