0
I would like to know how to use 2 RecyclerView
's within a single Activity, so that one is next to the other and I can carry data between them?
0
I would like to know how to use 2 RecyclerView
's within a single Activity, so that one is next to the other and I can carry data between them?
1
You can mount two recyclerview in XML,one on the other side,and then you in your actvity create the object of each and initials.so you can transfer data between them using sharedpreferences or sqlite.
Browser other questions tagged android android-recyclerview
You are not signed in. Login or sign up in order to post.
How to do that? Is there anywhere that has an example?
– Lucas Brugnera Martinelli
I will try to set a simple example and put here
– Oto Campos