Good day, I just would like to ask if, how do I implement this one - RecyclerView-CardView inside a Fragment layout. I'm new to Android Dev (Doing Self-learning Stuff).
I just include my layout (cardview_org.xml) in the Organization-Tab for sample view on how it looks like. I created 3 cardviews and 3 rows_list.xml (recyclerview) , each tab (different design and data to be shown).
My main question is, how do I make this one possible? And in each every classes of these fragments, do i need to override onCreate() and put those adapters,initialize RecyclerView and etc on it's own classes?- from Android documentation - fragment life cycle.
These are the sites for my reference on making this thing. Android Warriors - Android ReyclerView with Animations
Sorry for this tricky questions, but hoping you get what I mean. If you can provide video links or weblinks, I humbly appreciate it.. Many Thank you in Advance.