摘要:
//adapter内部类 private class SearchAdapter extends CursorAdapter { @Override public View newView(Context context, Cursor cursor, ViewGroup parent) { return newAdapterItemView(context, cursor, parent); } @Override public void bindView(View view, Context con... 阅读全文
posted @ 2014-02-10 18:55
QDa
阅读(978)
评论(0)
推荐(0)