Skip to content

Instantly share code, notes, and snippets.

@nuhkoca
Created December 25, 2017 00:48
Show Gist options
  • Save nuhkoca/bba4f25d5a8c983960c7c886939c7c51 to your computer and use it in GitHub Desktop.
Save nuhkoca/bba4f25d5a8c983960c7c886939c7c51 to your computer and use it in GitHub Desktop.
SampleClazz.displayText(mActivityMainBinding, new IViewTouchListener() {
@Override
public void onTouched(String text) {
Toast.makeText(MainActivity.this, text, Toast.LENGTH_LONG).show();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment