¡@

Home 

2014/10/16 ¤W¤È 08:09:59

android Programming Glossary: andy

ListView with ArrayAdapter and ViewHolder adding icons to the wrong item

http://stackoverflow.com/questions/3123193/listview-with-arrayadapter-and-viewholder-adding-icons-to-the-wrong-item

R.id.label mStrings @Override public View getView int position View convertView ViewGroup parent Log.i ANDY View getView Called A ViewHolder keeps references to children views to avoid unneccessary calls to findViewById on each.. children views to avoid unneccessary calls to findViewById on each row. ViewHolder holder if null convertView Log.i ANDY Position not previously used so inflating convertView inflater.inflate R.layout.player_simple_list null Creates a ViewHolder.. the holder. holder.text.setText getItem position Change icon depending is the sexmale variable is true or false. Log.i ANDY getCount mAdapter.getCount return convertView setListAdapter mAdapter android android listview icons android arrayadapter..