getChildAt:
官方文档:

public View getChildAt (int index)

Returns the view at the specified position in the group.

Parameters
index: the position at which to get the view from
returns:
the view at the specified position or null if the position does not exist within the group

大致意思:
  public View getChildAt (int index)
  
  在集合中返回指定位置的视图。
  
  参数
  index:索引的位置得到的视图
  returns:在集合中如果位置不存在,视图在指定的位置还是null

本人菜鸟一个,有什么不对的地方希望大家指出评论,大神勿喷,希望大家一起学习进步!

更多相关文章

  1. Spinner下拉位置处理
  2. [Android]在Android google Map中標出自己的位置
  3. android view视图的层叠(叠加)
  4. Android菜鸟日记14-对话框
  5. Android 视图动画(View Animation) 使用详解
  6. Android 菜鸟认知总结——Android初印象之系统架构和app 组件
  7. Android之根据经纬度查询位置地址名称
  8. 菜鸟初学者学习Android心得
  9. android 获取位置

随机推荐

  1. 【android工程转为lib工程后提示'R.id.xx
  2. Unity在Android(安卓)Activity中加载的时
  3. Android内核开发:图解Android系统的启动过
  4. Android(安卓)1.5和Android(安卓)1.6等各
  5. Android的应用前景
  6. Android(安卓)接口定义语言 (AIDL)
  7. [转]快速切换Android工程版本的方法
  8. Android(安卓)Activity从创建到显示流程
  9. android简陋的开发工具
  10. Android体系结构