2012年4月24日

User Interface用户界面

摘要: In an Android application, the user interface is built using View and ViewGroup objects. There are many types of views and view groups, each of which is a descendant of the View class.在Android应用中,用户界面是用 View和 ViewGroup对象构建的。有许多的views和view组类型,它们都是View类的后代。View objects are the basic units of user inte 阅读全文

posted @ 2012-04-24 19:46 EarlyBird 阅读(728) 评论(0) 推荐(0)

导航