What bindView() and newView() do in CursorAdapter
问题 I have a custom CursorAdaptor in my project with overridden methods bindView(View view, Context context, Cursor cursor) and newView(View view, Context context, Cursor cursor) . I want to know for what CursorAdapter are used for and what is the difference between and uses of overriding bindView() and newView() . I have read the Developer Site and this tutorial but still I didn't understood. As I'm a beginner to Android, please help me understand this concept. 回答1: In order to understand this,