Posts by F4bioo • 1 point
1 post
-
0
votes3
answers366
viewsA: startActivityForResult inside an Adapter?
It’s a little late but it might still be useful. In the method onClick viewholder @Override public void onClick(View view) { Intent data = new Intent(view.getContext(), OtherActivity.class);…