Advertisement
Guest User

Untitled

a guest
Jan 8th, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1.     public void onResume(Bundle savedInstanceState){
  2.         view1 = (SurfaceView)findViewById(R.id.view1);
  3.         CSome = new SomeView(null);
  4.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement