How do I make make multiple RecyclerViews for with the same data?
I created a calendar app that stores tasks
as well as their description
and time
. It makes use of a RecyclerView
to arrange the given data. But I want to create a new RecyclerView
that can retrieve this same data and display it on the activity_main
layout as a listview
.
Like the arrow shows on the picture, that's where I want to display the listview
Would I need to create another RecyclerView
or make use of the one I have? How can I achieve it?
Please respond as soon as possible. Thank you very much.
from Recent Questions - Stack Overflow https://ift.tt/37P5x6n
https://ift.tt/eA8V8J
Comments
Post a Comment