Skip to content

Instantly share code, notes, and snippets.

@fobidlim
Created September 23, 2016 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fobidlim/b748b4cacb3270849a4ffcc0476d1d7b to your computer and use it in GitHub Desktop.
Save fobidlim/b748b4cacb3270849a4ffcc0476d1d7b to your computer and use it in GitHub Desktop.
sendEvent
public class MainActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
RxEvent.getInstance()
.sendEvent("Android");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment