Android Lollipop, formerly known as just "Android L", was first shown at Google I/O 2014.
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-cardviewI 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-11When 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-lollipopHow 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-recyclerviewIn 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-cardviewSimilar 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-compatI'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-toolbarI'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-stylesI'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 appbarI 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