Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public void myMethod(Intent intent) {
  2.  
  3. Class classDef = ;// here I need the MyActivity.class of the code below this method
  4.  
  5. }
  6.  
  7.  
  8. Intent intent = new Intent(this, MyActivity.class);
  9. myMethod(intent);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement