Summary
Keywords
Full Transcript
Learning outcomes : --------------------------------- 1) how to use cardview inside a recyclerview step 1 : add the dependencies for RecyclerView and CardView step 2 : create the recyclerview in xml file and find it from java file step 3 : get all the data you need step 4 : create a sample layout for one item step 5 : create the adapter - extends RecyclerView.Adapter - pass a ViewHolder step 7 : send the data to adapter step 8 : Inflate the sample layout and find the views step 9 : bind the data step 10 : getItemCount() step 11: set the adapter to the recyclerView set the layoutManager To watch all of my videos on android https://www.youtube.com/playlist?list... Subscribe : https://www.youtube.com/channel/UCEXw... Facebook : https://www.facebook.com/anisul2010s Facebook page : https://www.facebook.com/studywithanis/
