摘要:
当你想在View中获取数据时这个 LayoutInflater.from(mContext).inflate(R.layout.list_item,parent,false) 有用。它会将View中设置的图片、字符串等所有数据保存起来。然后你就可以分拣了。 public View getView(i 阅读全文
摘要:
当我们要用一个VIEW时候,先看看实例,如下:<ScrollViewandroid:id="@+id/scrollView" android:layout_width="match_parent" android:layout_height="match_parent" android:scroll 阅读全文