Top "Android-5.0-lollipop" questions

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

Android-L CardView Visual Touch Feedback

could anybody explain to me how to implement some of the visual touch feedback that was demonstrated at Google I/…

android android-layout android-5.0-lollipop android-cardview
The setMobileDataEnabled method is no longer callable as of Android L and later

I have logged Issue 78084 with Google regarding the setMobileDataEnabled() method being no longer callable via reflection. It was callable since …

android reflection android-5.0-lollipop
"android:elevation=" doesn't work on devices pre-Lollipop with compile API21

I'm trying to use "android: elevation =" in my application but once I run it does not appear in the device …

android android-5.0-lollipop android-elevation
android 5.0 material design tabs

What is the best and easy way to implement material design style tabs just like in the latest Google NewsStand …

android android-tabs android-5.0-lollipop
How to implement first launch tutorial like Android Lollipop apps: Like Sheets, Slides app?

I have Android 5.0 final build flashed in my Nexus 5. I noticed it has very beautiful, clean and elegant way of …

android android-5.0-lollipop
Camera preview image data processing with Android L and Camera2 API

I'm working on an android app that is processing the input image from the camera and displays it to the …

android image-processing camera preview android-5.0-lollipop
Status Bar Color not showing - 5.0 Lollipop Android Studio: (AppCompat-v7:r21)

I'm using the AppCompat-v7:21.0.0 support library for Android 5.0 Lollipop in Android Studio. My problem is that the Status Bar Color …

android android-studio statusbar android-5.0-lollipop android-appcompat
Material Design backward compatibility

From examples provided on the Android Developer pages I see that new Views, like the RecyclerView, are backward compatible (android.…

android android-5.0-lollipop backwards-compatibility material-design material-theme
Is it possible to change the style of an Android L TimePickerDialog?

I was testing my app on an Android L emulator, and I noticed that the TimePickerDialog has significantly changed to …

android android-timepicker android-5.0-lollipop