Top "Android-5.0-lollipop" questions

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

Unable to test app after upgrading to Lollipop

I am using Android Studio to develop my apps. Since I upgraded my HTC One M8 to Lollipop, I can …

android android-studio android-5.0-lollipop
Android MediaCodec Encode and Decode In Asynchronous Mode

I am trying to decode a video from a file and encode it into a different format with MediaCodec in …

android android-5.0-lollipop video-encoding android-mediacodec android-5.1.1-lollipop
Styling / coloring the SwitchCompat button in Android Lollipop for Material Design

I have been trying to find resources explaining how I can style the Switch button in the Material Design theme. …

android android-5.0-lollipop material-design android-switch
Android transition animation is not working

Android transition is same for explode and slide.Actually I don't think its animating. Also duration is not 6 seconds. How …

android android-animation android-5.0-lollipop android-transitions
Android elevation of View in CardView is not shown

I have a RelativeLayout inside a CardView that i want to elevate in Android Lollipop but the elevation is not …

android android-5.0-lollipop material-design android-cardview android-elevation
android:elevation doesn't work in L preview

I've been playing with the L preview for a few days, and one thing that doesn't seem to work is …

android android-5.0-lollipop android-elevation
How can I scale textviews using shared element transitions?

I am able to get TextViews to transition perfectly between two activities using ActivityOptions.makeSceneTransitionAnimation. However I want to make …

android android-5.0-lollipop shared-element-transition activity-transition
What's happened to Monospace in Android Lollipop?

I have a style to use "monospace" in my Android App: <?xml version="1.0" encoding="utf-8"?> <resources xmlns:…

android android-5.0-lollipop monospace
Notification background in Android Lollipop is white. How can I change it?

I want to show a notification for a message in my app. In previous versions of Android everything is ok, …

android background notifications android-5.0-lollipop transparent
Android: Detect Do Not Disturb status?

I was just wondering if there's a way to check if an Android device (21+) is in Do Not Disturb mode? …

android settings android-5.0-lollipop volume