Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void onBackPressed()
- {
- //do whatever you want the 'Back' button to do
- //as an example the 'Back' button is set to start a new Activity named 'NewActivity'
- this.startActivity(new Intent(CreateClient.this,DrawingActivity.class));
- return;
- }
Advertisement
Add Comment
Please, Sign In to add comment