The Solution
If you’ve updated to the new Support Libraries (AppCompat 22.1.1), then you’ve probably noticed by now that extending ActionBarActivity for your Activity classes is now deprecated. Woot!?
If you’ve updated to the new Support Libraries (AppCompat 22.1.1), then you’ve probably noticed by now that extending ActionBarActivity for your Activity classes is now deprecated. Woot!?
A new component introduced in Material Design is the Floating Action Button. It is an elevated circular view that floats above the UI in the bottom right. Its usually noted by its distinct visual that emphasizes that screen’s most important action.
I’ll show you how we can quickly set up one that works on devices preceding Lollipop in this relatively simple tutorial.
In this tutorial, I’ll show you how to implement Android Material Design for your apps running on pre Lollipop devices. Material Design is Google’s new design language for Android apps, replacing the previously used Holo theme.