Android Lollipop, formerly known as just "Android L", was first shown at Google I/O 2014.
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-lollipopI 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-lollipopI 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-switchAndroid 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-transitionsI 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-elevationI'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-elevationI 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-transitionI have a style to use "monospace" in my Android App: <?xml version="1.0" encoding="utf-8"?> <resources xmlns:…
android android-5.0-lollipop monospaceI 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 transparentI 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