/ Published in: Java
from "Hello Android 2nd Edition" (ISBN: 1-934356-49-2)
Expand |
Embed | Plain Text
@Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(new GraphicsView(this)); } super(context); } @Override // Drawing commands go here } } }
You need to login to post a comment.
