Skip to content

Instantly share code, notes, and snippets.

@mitchtabian
Created December 11, 2017 03:28
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 mitchtabian/0b271ec1ea149b1cbd546d4fa958697c to your computer and use it in GitHub Desktop.
Save mitchtabian/0b271ec1ea149b1cbd546d4fa958697c to your computer and use it in GitHub Desktop.
public class MainActivity extends AppCompatActivity implements MyCustomDialog.OnInputListener {
private static final String TAG = "MainActivity";
@Override
public void sendInput(String input) {
Log.d(TAG, "sendInput: got the input: " + input);
mInputDisplay.setText(input);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment