Back to Browse

RecyclerView Android Tutorial: Step by Step (with timestamps!)

697 views
Mar 30, 2022
18:28

In this tutorial series, we will learn about all the essential and fundamental tools and concepts that you should know as an android developer. Today’s topic is RecyclerView. Almost every app that you use displays a scrollable list of items, be it connectivity apps like Instagram, WhatsApp and Twitter or utility apps like Todoist, Pocket and Notion. The most efficient tool to display a scrollable list of items in Android Programming is the RecyclerView. TIMESTAMPS 00:00 Intro 00:12 What is RecyclerView? 00:57 What are Views and ViewGroups? 2:15 Step 1 Planning the layout 5:15 How to push a button to the right in LinearLayout? 7:24 Editng the Gradle script 8:10 Step 3 What is Adapter and Data binding? 8:23 What is a View Holder? 8:45 inner class MyViewHolder 10:10 Generating member functions of Adapter 10:40 Step 4 Data Class 12:09 onCreateViewHolder() 14:19 getItemCount() 14:48 Data Binding 15:50 Creating the list which is our dataset 16:30 Implementing the Adapter Class 16:57 What is LayoutManager? 17:30 Fixing Errors 18:15 What's Next? 🌟 Please leave a LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟 🌎 Website: https://avionmission.github.io 📱 Twitter: https://twitter.com/avionmission 📝 LinkedIn: https://www.linkedin.com/in/avionmission 📂 GitHub: https://github.com/avionmission

Download

0 formats

No download links available.

RecyclerView Android Tutorial: Step by Step (with timestamps!) | NatokHD