baseAdapter icon indicating copy to clipboard operation
baseAdapter copied to clipboard

怎么获取children的position呢?

Open gh7800 opened this issue 8 years ago • 0 comments

holder.setOnClickListener(R.id.textview,TestActivity.this);

@Override public void onClick(View v) { switch (v.getId()) { case R.id.textview: //Event event = mList.get(??);
break; default: break; } }

gh7800 avatar Oct 19 '17 06:10 gh7800