Week 3 Kotlin Android Development Course for Beginners Displaying List Data With RecyclerView

preview_player
Показать описание
-- Lecture Outline --
0:25 - Outline
2:17 - Project Demo
3:56 - Displaying Dynamic Data
5:05 - Dynamic view containers // ScrollView, ListView, ViewPager
6:57 - RecyclerView
7:50 - Why RecyclerView?
16:47 - Defining A Data Model
20:00 - Modeling data with Kotlin data classes
24:25 - What is LiveData?
28:08 - Implementing A RecyclerView
29:23 - Creating a data class to model daily weather forecasts
31:50 - Creating a data repository
32:04 - Using LiveData to expose data from a repository
49:54 - Adding a RecyclerView to your layout xml file
52:37 - How to use Logcat to understand why your app crashed
57:52 - How to add margin to your RecyclerView using ConstraintLayout design view?
1:01:57 - How to implement a RecyclerView Adapter using Kotlin?
1:30:38 - Add touch feedback to RecyclerView list items
1:40:00 - How to format String resources?
Рекомендации по теме
visit shbcf.ru