How to get a TEXT VIEW value from selected item in RECYCLERVIEW
问题 I am trying to get a TextView value out of the selected item within the RecyclerView and send this value to an other activity . My RecyclerView layout file has two TextViews, one for the firstname and the lastname and the other one for the email . i found that recyclerview doesnt support some functionality like LIST VIEW , this is my code if any one can suggest for me something please. import android.content.Context; import android.content.Intent; import android.os.Handler; import android