Custom CursorAdapater's bindView called 77 times…have I done something wrong?
问题 I read this question where it says not to worry about it but I guess I need some reassurance. My custom CursorAdapter's bindView: @Override public void bindView(View view, Context context, Cursor c) { // get handles for views in xml ImageView imageView = (ImageView)view.findViewById(R.id.add_lvrow_image); TextView titleView = (TextView)view.findViewById(R.id.add_lvrow_title); // get data from cursor and "massage" if necessary String imageUri = c.getString(c.getColumnIndex(CollectionsTable.COL