Jatin Soni
Lurker
I am new to Android and Java. This is my first post here.
I am having trouble to pass the one fragment data to another using RecyclerView Adapter. The fragment is set side by side on the same activity.
The LeftFragment has a list of colors using RecyclerView Adopter and wan to pass the color value to the RightFragment on list item click.
I am not getting any idea how to do it. Here is my complete Github Repository.
I am having trouble to pass the one fragment data to another using RecyclerView Adapter. The fragment is set side by side on the same activity.
The LeftFragment has a list of colors using RecyclerView Adopter and wan to pass the color value to the RightFragment on list item click.
I am not getting any idea how to do it. Here is my complete Github Repository.
