Top "Android-5.0-lollipop" questions

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

HTC ONE M8 IR Blaster after Lollipop Update not working

I need to use the infrared transmitter on an HTC One device. Before the lolipop update I could do this …

android android-5.0-lollipop infrared
Media Session Compat not showing Lockscreen controls on Pre-Lollipop

I'm using MediaSessionCompat from AppCompat Support Library Revision 22. And on Lollipop I'm getting notification & also the background of lockscreen …

android android-mediaplayer android-5.0-lollipop lockscreen
Hiccups in activity transitions with shared elements

I want to use the new Activity Transitions of Android Lollipop. But currently I am seeing very weird hickups during …

android android-5.0-lollipop shared-element-transition activity-transition
How to trigger ripple effect on Android Lollipop, in specific location within the view, without triggering touches events?

This is a short question: Suppose I have a View with the RippleDrawable as background. Is there an easy way …

android android-5.0-lollipop rippledrawable
Understanding necessity of Android VSYNC signals

I'm trying to get a better understanding of the Android display subsystem, but one item that's still confusing to me …

android android-5.0-lollipop android-4.4-kitkat vsync surfaceflinger
Android SecurityException: Admin does not own the profile

I have a device manager application and I am trying to use setScreenCaptureDisabled(..) function of DevicePolicyManager class available since API 21. …

android android-activity android-5.0-lollipop android-securityexception
Enter transition on a fragment with a shared element targets the shared element

I am using the new Lollipop api to setEnterTransition on a fragment and then add a shared element transition for …

android android-fragments android-5.0-lollipop android-transitions
Android - Could not connect to bluetooth device on Lollipop

I have an application that working well on Android 4.3 and 4.4. The application will connect and communicate with a custom bluetooth …

android bluetooth android-5.0-lollipop gatt
Custom seekbar thumb not transparent on Lollipop API21

This is my seekbar: <SeekBar android:id="@+id/seek1" android:layout_width="fill_parent" android:layout_height="wrap_content" …

android layout android-5.0-lollipop android-seekbar