Top "Android-5.0-lollipop" questions

Android Lollipop, formerly known as just "Android L", was first shown at Google I/O 2014.

RecyclerView header and footer

Maybe this question has been asked before, but I could not seem to find a precise answer or solution. I …

android header footer android-5.0-lollipop android-recyclerview
Android 5.0 material design style navigation drawer for KitKat

I see that Android introduced new navigation drawer icons, drawer icon and back arrow icon. How can we use that …

android navigation-drawer android-5.0-lollipop
Datepicker dialog without calendar visualization in lollipop [spinner mode]?

I read the documentation: http://developer.android.com/guide/topics/ui/controls/pickers.html but now in lollipop appears the …

android datepicker android-5.0-lollipop
Android How to implement Bottom Sheet from Material Design docs

How do you implement the bottom sheet specficiation? http://www.google.com/design/spec/components/bottom-sheets.html The new update …

android android-5.0-lollipop material-design floating-action-button
Mobile data is not working. Android Lollipop on Nexus 5

I have flashed my nexus 5 with the last version of android Lollipop hammerhead(LRX21O). The mobile data is not …

android android-5.0-lollipop nexus-5
Creating a Preference Screen with support (v21) Toolbar

I was having trouble using the new Material Design toolbar in the support library on a Preference screen. I have …

android android-actionbar android-5.0-lollipop android-actionbar-compat android-toolbar
Android : Control Smooth scroll over recycler view

I am using Recyclerview with CardView. I am aware how to control speed on list view. But not for Recyclerview. …

android android-5.0-lollipop android-support-library android-recyclerview
Why do icons set with Notification.Builder.setSmallIcon in Android Lollipop show as a white square?

I have this code: Notification notif; // Build notification Notification.Builder notifBuilder = new Notification.Builder(context); notifBuilder.setContentIntent(pendingIntent); notifBuilder.setContentTitle(…

android notifications android-5.0-lollipop android-notification-bar
Material Design Transparent ActionBar

I'd like to know if anyone knows how to make an activity with transparent action bar, like the one you …

android android-actionbar android-5.0-lollipop
How can I align Android Toolbar menu/icons to the left like in Google Maps app?

Here is a screenshot of Google Maps Toolbar. As you can see icons are aligned to the left instead of …

android android-layout android-5.0-lollipop toolbar android-toolbar