`
zsjg13
  • 浏览: 144367 次
  • 性别: Icon_minigender_1
  • 来自: 安徽
社区版块
存档分类
最新评论

Views and widgets

阅读更多

The class android.view.View is the base class for UI objects in Android.

 

There are three major types of views:

SurfaceView

ViewGroup

Widget

 

SurfaceView: provides a direct drawing surface.

ViewGroup: are an abstraction of layouts and other view containers.

Widget: are the classic UI components you'll use most often.

 

the next thing we need to do is link to these components in code and bring them to life with activities.

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics