标签:android io sp on bs cti ad as nbsp
listview 继承
public abstract class AbsListView extends AdapterView<ListAdapter> implements TextWatcher,
ViewTreeObserver.OnGlobalLayoutListener, Filter.FilterListener,
ViewTreeObserver.OnTouchModeChangeListener,
RemoteViewsAdapter.RemoteAdapterConnectionCallback {
上面又继承
public abstract class AdapterView<T extends Adapter> extends ViewGroup {
首先需要弄明白 AdapterView ,因为它继承与ViewGroup.
标签:android io sp on bs cti ad as nbsp
原文地址:http://my.oschina.net/hailongqiu/blog/353993