haohcraft / iosched-study

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goal

Study Google I/O app for good Android dev patterns

Content

  1. Navigation Tool bar

Navigation

Material Design Read

link

  1. Types of Navigation
  • Lateral navigation, move b/w screen at the same level of hierarchy

    • drawers
    • bottom navigation
    • tab
  • Forward navigation

    • Downward, parent -- child
    • Sequentially, such as a checkout process
    • Directly
  • Reverse navigation

    • upward navigation, allows users to navigate one level upwards within a single app’s hierarchy, until the app’s home or top-level screen is reached. For example, the Up arrow in a top app bar is a form of upwards reverse navigation.
    • considerations
  1. Top App Bars link

The Top App Bar was previously termed action bar. Anatomy Behavior - scrolling - nesting actions

Contextual action bar

  1. Theming
  • h6 headline
  1. Spec ink

  2. Build a Material Theme Link

About


Languages

Language:Kotlin 100.0%