This app is designed to demonstrate the various components of the Android Support libraries, in particular, showing how to implement Material design into your app, using these controls.
This is not a complete example (but will be growing), and is intended to provide a high-level overview of many of the main controls in the Support and Design libraries:
- AppCompatActivity
- CoordinatorLayout
- AppBarLayout & Toolbar
- RecyclerView (with ItemDecorators)
- LinearLayoutManager
- GridLayoutManager
- StaggeredGridLayoutManager
- Snackbar
- TabLayout
- AppCompat Tinting
- NavigationView
- Snackbar
- SwitchCompat
- AlertDialog
- CardView
- FloatingActionButton
- TextInputLayout
- TextAppearance.AppCompat
This project was originally forked from the Cheesesquare project. Special thanks to Chris Banes.
Item Decorator from recyclerview-playground project. Special thanks to Dave Smith (DevUnwired.
- Android SDK, Build Tools and Support Repository for v23.0.1