Android Lollipop, formerly known as just "Android L", was first shown at Google I/O 2014.
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 infraredI'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 lockscreenI 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-transitionThis is a short question: Suppose I have a View with the RippleDrawable as background. Is there an easy way …
android android-5.0-lollipop rippledrawableI'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 surfaceflingerI 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-securityexceptionI 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-transitionsI 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 gattThis 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-seekbarI'm trying to upgrade my app from API19 to API21 The main changes I've made to the gradle properties are: …
android android-actionbar android-5.0-lollipop android-actionbar-compat