Top "Android-5.0-lollipop" questions

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

Recording 60fps video with Camera2(on Android version 21) API

I'm trying to record a video at 60(or more)fps rate on Camera2(android.hardware.camera2) APIs. Finally, I succeeded …

android android-5.0-lollipop video-recording android-camera2
Shared element transition don't have the expected behaviour

I implemented the shared element transition between from an image in a RecyclerView to an image in a new Fragment. …

android android-fragments android-5.0-lollipop android-recyclerview shared-element-transition
Android Lollipop - WiFi Hotspot setWifiApEnabled() get InvocationTargetException

I'm using in the app setWifiApEnabled() from Hidden API (access by reflection). In some older phone it´s working (also …

android android-5.0-lollipop android-wifi wifimanager
What are the 'shadow$_klass_' and 'shadow$_monitor_' variables for in java.lang.Object?

In the latest Android update (SDK 21), it appears that two new variables have been added to java.lang.Object: private …

java android android-5.0-lollipop art-runtime
Install Apps from unknown sources inside work profile in Android Lollipop 5.0.1

Question is related to Work Profile in "Android for work" . I have written a sample app that creates a managed …

android android-5.0-lollipop mdm android-developer-api
ActionBar styling after updating to Android lollipop

I was developing custom ActionBar by selecting API19 yesterday today I updated support libraries and project to API21 with cause …

android android-5.0-lollipop android-actionbar-compat android-actionbaractivity
GCC: -static and -pie are incompatible for x86?

I'm recompiling some executable for Android 5.0 as it requires executables to be PIE. I was able to recompile it for …

gcc android-5.0-lollipop gcc4.7
YouTubePlayer together with AppCompat v7 library

I have developed an app that uses YouTube android API to play a certain video inside the app. At that …

android android-5.0-lollipop android-youtube-api android-appcompat
how to change the color of the toolbar and status bar colors according to image color in android material design?

I started learning Android material design. I learnt some new features in the lollipop version. Today I am trying to …

android android-5.0-lollipop material-design toolbar statusbar
How to handle the Ripple effect on 9-patch and CardView, and have control over the states of the selector?

Background I wish to add a simple ripple effect for listView items from Android Lollipop and above. First I'd like …

android android-listview android-5.0-lollipop rippledrawable