Android Fundamentals: Views and Adapters
Course info



Course info



Description
One of the fundamental requirement for any mobile app is to display data in a View. Very often, the data comes as a collection and must be displayed on the screen as a list or page. To help with this, Android provides a system called Adapter, which is responsible for making a View for each item in the data set. In this course, Android Fundamentals: Views and Adapters you'll understand how to implement Adapters for various use case scenarios. First, you will understand what exactly is an adapter. Next, you'll discover various types of commonly used Adapters associated with RecyclerView, Grids, ViewPager2, Spinner, and Paging library. Finally, you will explore when to use which adapter in your application. When you're finished with this course, you will have skills and knowledge of Adapters needed to manage Views and data set with the best possible performance.
Section Introduction Transcripts
Course Overview
Hi. This is Sriyank Siddhartha, and welcome to my course of Android Fundamentals Views and Adapters. I am a freelance Android developer and trainer with several years of experience in the field of Android development. One of the fundamental requirements for any mobile application is to display data in a view. Very often, the data comes as a collection and must be displayed on screen as a list or a page. To help with this, Android provides a system called adapter, which is responsible for making a view for each item in the dataset. So in this course of Views and Adapters, some of the major topics that we will cover include understanding view holder design pattern using RecyclerView.Adapter, implementing list and grids using RecyclerView.Adapter, using PagedListAdapter, which belongs to paging library, creating swipeable views and fragments using special adapters used in View Pager tool, and finally, we will create spinner using ArrayAdapter. By the end of this course, you will learn how to use adapters in your application. Before beginning the course, you should be familiar with using Android Studio, Android application development basics, and just the basics and syntax of Kotlin programming language. I hope you will join me on this journey to explore adapters in Android, only at Pluralsight.