I'm new in Android.
I have large amount of records on server and I want to show them in android app. I think about make drawer with recycle view inside and load hundreds of records to RecyclerView
.
1) Is it correct way to show such amount of records in drawer -> RecyclerView
2) how to create drawer with RecyclerView
inside?