×

personnel是什么意思 per pe

personal和personnel在意义和用法上有什么区别?谁知道android 中view 和Viewgroup的关系是什么

admin admin 发表于2022-06-02 19:30:43 浏览203 评论0

抢沙发发表评论

personal和personnel在意义和用法上有什么区别


personal:
中文意思是:个人的
英文意思是:
of
or
belonging
to
a
particular
person
rather
than
a
group
or
an
organization
用法举例:one’s
personal
affairs,
beliefs
私事、
个人信仰
personnel:
中文意思是:人员;
职员
英文意思是:people
employed
in
one
of
the
armed
forces,
a
firm
or
a
public
office
用法举例:trained
personnel
培训过的职员
同时:personal是形容词,用来修饰名词
而personnel是名词,表示具体事物

谁知道android 中view 和Viewgroup的关系是什么


View对象是Android平台中用户界面体现的基础单位。View类通常为“widgets(工具)”的子类的基础,它们提供了诸如文本输入框和按钮之类的UI对象的完整实现。
ViewGroup类同样为被称为“Layouts(布局)”的子类奠定了基础,它们提供了象流式布局、表格布局以及相对布局之类的布局架构。 

Android的UI界面都是由View和ViewGroup及其派生类组合而成的。其中,View是所有UI组件的基类,而ViewGroup是容纳这些组件的容器,其本身也是从View派生出来的。AndroidUI界面的一般结构可参见:-per


可见,作为容器的ViewGroup可以包含作为叶子节点的View,也可以包含作为更低层次的子ViewGroup,而子ViewGroup又可以包含下一层的叶子节点的View和ViewGroup。事实上,这种灵活的View层次结构可以形成非常复杂的UI布局,开发者可据此设计、开发非常精致的UI界面。一般来说,开发Android应用程序的UI界面都不会直接实用View和ViewGroup,而是使用这两大基类的派生类。下面我们列举了android中View和ViewGroup的派生类。-pe

 

View派生出的直接子类有:AnalogClock,ImageView,KeyboardView, ProgressBar,SurfaceView,TextView,ViewGroup,ViewStub-per

 

View派生出的间接子类有:AbsListView,AbsSeekBar, AbsSpinner, AbsoluteLayout, AdapterView《T extends Adapter》,AdapterViewAnimator, AdapterViewFlipper, AppWidgetHostView, AutoCompleteTextView,Button,CalendarView, CheckBox, CheckedTextView, Chronometer, CompoundButton,-pe

 

ViewGroup派生出的直接子类有:AbsoluteLayout,AdapterView《T extends Adapter》,FragmentBreadCrumbs,FrameLayout,LinearLayout,RelativeLayout,SlidingDrawer-per

 

ViewGroup派生出的间接子类有:AbsListView,AbsSpinner, AdapterViewAnimator, AdapterViewFlipper, AppWidgetHostView, CalendarView, DatePicker, DialerFilter, ExpandableListView, Gallery, GestureOverlayView,GridView,HorizontalScrollView, ImageSwitcher,ListView。-pe

可以在秒秒学上看看Android的课程,讲解的可以,希望对你有帮助。


experiencing 怎么读


experiencing
英[ɪk’spɪərənsɪŋ] 美[ɪk’spɪərənsɪŋ]
[词典] 体验;
[例句]British business is now experiencing a severe recession.
英国商业现在正经历严重的衰退。


-per