android value passing from fragment to fragment using recyclerview not working [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I am developing an app i want to pass value from one fragment to another fragment. Here i am using Recyclerview Adapter. My code is shown below. FriendsFragment.java public class FriendsFragment extends android.support.v4.app.Fragment { List<GetDataAdapter> GetDataAdapter1; RecyclerView recyclerView;