Skip to content

mwolfson/android-historian

Repository files navigation

Android 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 UI is has specific considerations to demonstrate certain interactions of the components, so may have certain unusual interactions (and patterns).

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

Current Build Status Is: Build Status

Modifiy gradle.properties to build locally

In order to use some the API functionality in code, you will need add your own API key to gradle.properties Fono API

Now you can download this app from the Play Store (You must join The Beta Distribution Channel )

Screen Flow Demo

Nov 4, 2019

  • Dark Mode Implementation
    • Implement Style\Theming to support Dark Mode
    • Required UI to support user setting for Dark Mode
    • (GIF showing Dark Mode coming soon)

Apr 6, 2019

  • Adaptive Icon, w/ Custom Vector Logo
  • WorkManager Example (sending periodic notifications)

Feb 2, 2019 "Modern Android" Update

  • 100% Kotlin
  • Converted to MVVM
    • LiveData
  • Room Database
  • Coroutines
  • Jetpack Dependencies

Oct 16, 2018

  • Added API for getting Phone information

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

Item Decorator from Stacy Devino

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".