Top "Android-5.0-lollipop" questions

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

How to add buttons like refresh and search in ToolBar in Android?

I have made a ToolBar, but when I add menu items in menu.xml it always shows as an overflow. …

android-5.0-lollipop android-toolbar
notifyDataSetChanged not working on RecyclerView

I am getting data from server and then parsing it and storing it in a List. I am using this …

android android-5.0-lollipop android-recyclerview
INSTALL_FAILED_DUPLICATE_PERMISSION... C2D_MESSAGE

I am using Google notifications in my app, and until now I have done below in the manifest: <!-- …

android google-cloud-messaging android-notifications android-5.0-lollipop
Ripple effect on Android Lollipop CardView

I'm trying to get a CardView to display the ripple effect when touched by setting the android:backgound attribute in …

android android-layout android-5.0-lollipop android-cardview
Action bar navigation modes are deprecated in Android L

Taking a look at the API diff report for the Android "L" preview, I see that all methods related to …

android android-actionbar android-navigation android-5.0-lollipop
Android statusbar icons color

I was wondering if it's possible to change the statusbar icons colour (not the statusbar colour, colorPrimaryDark) Let's say I …

android android-5.0-lollipop android-styles android-statusbar
How to _really_ programmatically change primary and accent color in Android Lollipop?

First of all, this question asks a very similar question. However, my question has a subtle difference. What I'd like …

android android-5.0-lollipop
How to implement DrawerArrowToggle from Android appcompat v7 21 library

So now that Android 5.0 was released i was wondering how to implement the animated actionbar icons. This library here implements …

android android-actionbar android-5.0-lollipop android-appcompat drawertoggle
App crashing when trying to use RecyclerView on android 5.0

I'm trying to mess with the new RecyclerView and whenever I try to run it, my app immediately crashes. It …

java android android-layout android-recyclerview android-5.0-lollipop
android lollipop toolbar: how to hide/show the toolbar while scrolling?

I'm using the new toolbar widget introduced in the appcompat / support-v7. I would like to hide/show the toolbar depending …

android-5.0-lollipop material-design android-toolbar