Top "Android-5.0-lollipop" questions

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

RecyclerView + CardView + Touch feedback

Has anybody solved the mystery of the CardView without touch feedback when it's inside a RecyclerView? I have a RecyclerView …

android touch android-5.0-lollipop android-recyclerview android-cardview
How to set fullscreen in Android R?

I need to put a screen in fullscreen in my app. For this I am using this code: override fun …

android android-layout fullscreen android-5.0-lollipop android-11
Android XML: android:elevation vs. app:elevation

When do I use android:elevation and when app:elevation? What's the difference between those two?

android android-layout android-5.0-lollipop android-xml android-5.1.1-lollipop
RecyclerView onItemClick Listener

How to implement RecyclerView onItemClick listener as we do with ListView, this is my old Adapter class using ListView: public …

android android-5.0-lollipop onitemclicklistener android-recyclerview
Attach custom CardView style to theme

In my app, I have two themes (light and dark), and I want all of my CardViews to change their …

android android-5.0-lollipop android-cardview
Android ActionBar's custom view not filling parent

Similar to the question here, but has some key differences. Most notably being that the accepted answer did work until …

android android-support-library android-5.0-lollipop android-actionbar-compat
How does the Android L contacts app collapse its toolbar?

I've been trying to reproduce the way that the Contacts app on version 5.0 collapses the toolbar when the listview is …

android android-layout android-actionbar android-5.0-lollipop android-toolbar
Setting header color of app in overview (recent apps) screen

I'm adding some Lollipop-only styling to an app. I want to change color of header in overview screeen like Gmail …

android android-5.0-lollipop material-design android-styles
Change AppBarLayout height programmatically in Android

I'm trying to implement Flexible Space with image pattern, using this tutorial. Everything works fine. Notice the height definition of …

java android android-5.0-lollipop material-design appbar
BLuetooth Gatt Callback not working with new API for Lollipop

I currently have a method which writes to the BLE devices to beep it. My Bluetooth Callback goes as follows : …

android bluetooth-lowenergy android-5.0-lollipop android-bluetooth gatt