Google Android Study Jam 學習筆記(4)
學習範圍
單元 3 課程 2~5
Android Studio
fragment
- 一種可以重複利用的 UI
-
Navigation
- NavHostFragment: container for destinations
- NavController: conducts navigation
- NavigationView: menu of drawerlayout
- NavigationUI: update content outside NavHostFragment
Navgraph
- app 中導覽的對應 ex. 從 Home -> Setting
結構準則
- separation of concerns
- driving UI from a model
- main classes / components in Android architecture: UI Controller (activity/fragment), ViewModel, LiveData and Room
SlidingPaneLayout