-
Course
- Core Tech
Android Apps with Kotlin: RecyclerView and Navigation Drawer
Learn the skills necessary to provide rich data display and easy-to-use navigation by learning to effectively use RecyclerView and navigation drawer.
What you'll learn
Providing rich data display and easy-to-use navigation is critical to the success of any application. In this course, Android Apps with Kotlin: RecyclerView and Navigation Drawer, you’ll learn how to provide both. First, you'll learn how to include rich, card-based lists using RecyclerView, CardView and LayoutManager, while managing content display in a RecyclerView by creating a RecyclerView adapter. Then, you’ll learn how to coordinate the creation of the LayoutManager and adapter with the lifecycle of the containing activity through the use of Kotlin lazy properties. Next, you'll discover how to expand your application navigation experience with navigation drawer. Finally, to assure application reliability, you'll see how to create automated UI tests that cover both RecyclerView and navigation drawer. By the end of this course, you'll have the necessary skills and knowledge to create Android apps of your own that provide rich data display and easy-to-use navigation with RecyclerView and navigation drawer.
Table of contents
- Version Check | 20s
- Introduction | 1m 32s
- App Overview | 1m 27s
- How RecyclerView Works | 3m 31s
- Developing RecyclerView Components | 1m 48s
- Adding RecyclerView to Our App | 4m 6s
- Creating the CardView Appearance | 6m 58s
- Completing the Item View Layout | 7m 52s
- Layout Manager Classes | 3m 22s
- Associating a Layout Manager with Our RecyclerView | 1m 1s
- Summary | 1m 59s
About the author
Jim Wilson is president of JW Hedgehog, Inc., a consulting firm specializing in solutions for the Android, iOS, and Microsoft platforms. Jim has over 30 years of software engineering experience, with the past 15 years heavily focused on creating mobile device and location-based solutions.
More Courses by Jim