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:
ToolbarActivity
CoordinatorActivity
DrawerActivity
TabActivity
TabDrawerActivity
CollapsingToolbarActivity
CollapsingToolbarDrawerActivity
CollapsingToolbarTabDrawerActivity
SearchableActivity
SettingsActivity
SplashScreenActivity
VideoSplashScreenActivity
Fragments that you can extend:
RecyclerViewFragment
SettingsFragment
NavigationViewFragment
NavigationRecyclerViewFragment
Views that you can use/extend:
NavigationViewHeader
CollapsingToolbarTabLayout
Other classes you might find helpful:
ImagePagerAdapter
BasicRecyclerViewAdapter
View it on Github: https://github.com/lmckenzie/scaffold
Latest Version
26.0.0Uploaded by
Rudra Sharma
Requires Android
Android 4.1+
Category
Free Libraries & Demo AppContent Rating
Everyone
Report
Flag as inappropriateLast updated on Feb 21, 2018
Updated to use version 26.0.0 of the Android support library.