Top "Android-5.0-lollipop" questions

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

Android Support Design TabLayout: Gravity Center and Mode Scrollable

I am trying to use the new Design TabLayout in my project. I want the layout to adapt to every …

android android-5.0-lollipop material-design gravity
Navigation Drawer semi-transparent over status bar not working

I am working on Android project and I am implementing the Navigation Drawer. I am reading through the new Material …

android navigation-drawer android-5.0-lollipop material-design
completely transparent status bar and navigation bar on lollipop

I'm trying to make an android launcher. I want to achieve a completely transparent status bar and navigation bar, here …

android android-5.0-lollipop
How to create ripple effect in simple layout

How can I have a ripple effect in a simple linear/relative layout when touching the layout? I've tried setting …

android android-5.0-lollipop rippledrawable
Android L's Ripple Effect - Touch Feedback for Buttons - Using XML

I am trying to understand how to implement the "Ripple Effect - Touch Feedback" for buttons and other views. I …

android xml android-5.0-lollipop material-design rippledrawable
"You cannot install this app because another user has already installed an incompatible version on this device"

Trying to install my own app from play store, it says "You cannot install this app because another user has …

android android-5.0-lollipop
Understanding RecyclerView setHasFixedSize

I'm having some trouble understanding setHasFixedSize(). I know that it is used for optimization when the size of RecyclerView doesn't …

android android-5.0-lollipop android-recyclerview
How to use the new SD card access API presented for Android 5.0 (Lollipop)?

Background On Android 4.4 (KitKat), Google has made access to the SD card quite restricted. As of Android Lollipop (5.0), developers can …

android android-sdcard android-5.0-lollipop documentfile
How can incoming calls be answered programmatically in Android 5.0 (Lollipop)?

As I am trying to create a custom screen for incoming calls I am trying to programatically answer an incoming …

android android-5.0-lollipop phone-call incoming-call
OnClickListener for CardView?

How do I attach an OnClickListener to a CardView? I want every single card to have a different action when …

android onclicklistener android-5.0-lollipop android-cardview