How to put two RecyclerView's within an Activity? [closed]

0

I would like to know how do I use 2% with% 's within the same activity , so that one stands next to the other and I can carry data between them? >     

asked by anonymous 03.09.2017 / 14:48

1 answer

1

You can mount two recyclerview in XML, one next to the other, and then you in your actvity create the object of each and initialos.entao you can do the transfer of data between them using sharedpreferences or sqlite.

    
03.09.2017 / 18:03