Advertisement
Guest User

metodo-apresenta-fcj

a guest
Jun 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. private void apresentaFcj( double fcj ){
  2.     Intent intent = new Intent( MainActivity.this, Main_2Activity.class );
  3.     Intent.putExtras( KEY_FCJ, String.valueOf( fcj ) );
  4.     startActivity( intent );
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement