Primer
Intro Animation like Google Primer
Source link: https://github.com/mohak1712/Primer
Intro Animation like Google Primer
Q & A
Once you start tugging on the thread of the master-detail pattern, you quickly realize that there are many other design patterns that Google recommends that would affect your implementation, such as using contextual action bars (a.k.a., action modes) for operations on content. Getting all of this design guidance to work, and dealing with classic Android challenges like configuration changes, results in a lot of infrastructure code, before you even begin to start writing actual business logic for the app.
This library is designed to supply that infrastructure code, leaving you free to focus more on what makes your app unique or otherwise important.
This project offers a port of MediaRouteActionProvider
, and its support classes, to work with native API Level 11+ fragments and the action bar. These were ported from the mediarouter
Android library project, where these classes require the appcompat action bar and, hence, the fragment backport.
Deprecated
MergeAdapter
accepts a mix of Adapters and Views and presents them as one contiguous whole to whatever ListView it is poured into. This is good for cases where you have multiple data sources, or if you have a handful of ordinary Views to mix in with lists of data, or the like.
Simply create a MergeAdapter
and call addAdapter(), addView(), or addViews() (latter accepting a List
There is also MergeSpinnerAdapter
for use with Spinner widgets.
Android-Material-Design-Colors provides color definitions of the Material Design.
Just a simple implementation for use of auto complete text view with device account suggestion.
This project offers an ArrayPagerAdapter
that offers another alternative PagerAdapter implementation for use with ViewPager.
Q & A