Skip to content

Instantly share code, notes, and snippets.

@rakawestu
Last active March 12, 2017 13:54
Show Gist options
  • Save rakawestu/bc3a67d8e0a322d3ccc22d1e2194a030 to your computer and use it in GitHub Desktop.
Save rakawestu/bc3a67d8e0a322d3ccc22d1e2194a030 to your computer and use it in GitHub Desktop.
Example Library User Function
public void useFunction1ExampleLibrary() {
ExampleLibrary.getInstance().showExampleLibraryScreen(
YourActivity.this,
otherParams
);
}
public void useFunction2ExampleLibrary() {
ExampleLibrary.getInstance().exitExampleLibraryScreen(
YourActivity.this,
otherParams1,
otherParams2
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment