https://github.com/mwolfson/android-historian
A demo of the Android Material Design Support libraries
https://github.com/mwolfson/android-historian
Last synced: 30 days ago
JSON representation
A demo of the Android Material Design Support libraries
- Host: GitHub
- URL: https://github.com/mwolfson/android-historian
- Owner: mwolfson
- License: apache-2.0
- Created: 2015-08-20T23:47:22.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-12-04T16:34:26.000Z (over 3 years ago)
- Last Synced: 2024-10-28T07:48:36.889Z (6 months ago)
- Language: Kotlin
- Size: 86.2 MB
- Stars: 948
- Watchers: 46
- Forks: 162
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kotlin - android-historian - A demo of the Android Material Design Support libraries (Libraries)
README
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](https://material.io/develop/android/) has great information specific to Android Development.
Current Build Status Is:
[](https://app.bitrise.io/app/185d24999f31db04)_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](https://fonoapi.freshpixl.com/)Now you can download this app from the Play Store (You must [join The Beta Distribution Channel](https://play.google.com/apps/testing/com.ableandroid.historian) )

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 DependenciesOct 16, 2018
- Added API for getting Phone informationJuly 18, 2018
- Bottom App Bar (with inset FAB)
- Chip
- Text Scale Attributes
- Bottom Sheet
- Coordinated Motion
- MDC style TextInputView with OutlineMay 24, 2018
- Update packages and build
- Jetpack conversion (androidx)
- Using new Material Component Packages
- Auto-Resizing TextViewsApr 10, 2016
- Bottom Sheets
- Vector Drawables
- SharedElementTransitionOct 22, 2015
- PercentageLayoutSept 15, 2015
- AppCompatActivity
- CoordinatorLayout
- AppBarLayout & Toolbar
- RecyclerView (with ItemDecorators)
- LinearLayoutManager
- GridLayoutManager
- StaggeredGridLayoutManager
- Snackbar
- TabLayout
- AppCompat Tinting
- NavigationView
- Snackbar
- SwitchCompat
- AlertDialog
- CardView
- FloatingActionButton
- TextInputLayout
- TextAppearance.AppCompatSpecial Thanks
--------------Item Decorator from [Stacy Devino](https://twitter.com/doesitpew/)
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".
- My most current slides from this presentation are posted here: http://tiny.cc/MaterialAppCompat
- The video from Droidcon NYC: https://www.youtube.com/watch?v=5u0dtzXL3PQ