Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. class MainActivity extends Activity {
  2. public A a;
  3.  
  4. protected void onCreate(Bundle savedInstanceState) {
  5. super.onCreate(savedInstanceState);
  6. setContentView(R.layout.activity_main);
  7. a = new A();
  8. }
  9. }
  10.  
  11. class Class2 {
  12. a = MainActivity.a;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement