Scaffold is a collection of activities, fragments and views mostly designed to be extended. By using these classes and following the conventions of this library you can very quickly create an Android app that follows the material design guidelines without needing to worry about a lot of boiler plate code.Activities that you can extend:ToolbarActivityCoordinatorActivityDrawerActivityTabActivityTabDrawerActivityCollapsingToolbarActivityCollapsingToolbarDrawerActivityCollapsingToolbarTabDrawerActivitySearchableActivitySettingsActivitySplashScreenActivityVideoSplashScreenActivity
Fragments that you can extend:RecyclerViewFragmentSettingsFragmentNavigationViewFragmentNavigationRecyclerViewFragment
Views that you can use/extend:NavigationViewHeaderCollapsingToolbarTabLayout
Other classes you might find helpful:ImagePagerAdapterBasicRecyclerViewAdapter
View it on Github: https://github.com/lmckenzie/scaffold