Skip to content

austinaryain/android-historian

 
 

Repository files navigation

Screen Flow Demo

Android Ultimate Historian - Material Design Demo

This app is designed to demonstrate the various components of the Material Design Components, in particular, showing how to implement Material design into your app, using these controls.

The official Material site has great information specific to Android Development.

July 18, 2018

  • Bottom App Bar (with inset FAB)
  • Chip
  • Text Scale Attributes
  • Bottom Sheet
    • Coordinated Motion
  • MDC style TextInputView with Outline

May 24, 2018

  • Update packages and build
    • Jetpack conversion (androidx)
    • Using new Material Component Packages
  • Auto-Resizing TextViews

Apr 10, 2016

  • Bottom Sheets
  • Vector Drawables
  • SharedElementTransition

Oct 22, 2015

  • PercentageLayout

Sept 15, 2015

  • AppCompatActivity
  • CoordinatorLayout
  • AppBarLayout & Toolbar
  • RecyclerView (with ItemDecorators)
    • LinearLayoutManager
    • GridLayoutManager
    • StaggeredGridLayoutManager
  • Snackbar
  • TabLayout
  • AppCompat Tinting
  • NavigationView
  • Snackbar
  • SwitchCompat
  • AlertDialog
  • CardView
  • FloatingActionButton
  • TextInputLayout
  • TextAppearance.AppCompat

Special Thanks

This project was originally forked from the Cheesesquare project. Special thanks to Chris Banes.

Item Decorator from Simple Item Decoration project. Special thanks to Big Nerd Ranch.

Pre-requisites

  • Android SDK, Build Tools and Support Repository

Presentation Slides and Video

This project was originally created to support my presentation titled "Material Design Everywhere using the Android Support Libs".

About

A demo of the Android Material Design Support libraries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 82.6%
  • Kotlin 17.4%