Honeycomb 3.0 programming guide, not XML, but Java UI
Guys, I just want to know how to program in Java with Honeycomb 3.0 - I have taken several programming course, notably i开发者_运维知识库n Java, at IT.
I just want to get the basic on how to create layout, menus, pictures, activities, event listener, and etc. Purely in Java UI, not XML.
I would start with the documentation:
http://developer.android.com/guide/index.html
fyi: UI programming can be done declaratively (XML) or at runtime (Java). Both ways are documented.
精彩评论