Top "Android-5.0-lollipop" questions

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

Cardview with dividers in it

I've seen those CardViews (I'm not sure they're even CardViews) with dividers used in a lot of apps, so I'm …

android android-studio android-5.0-lollipop android-cardview
Android Material Design Inline Datepicker issue

I have a ScrollView with a Datepicker In the previous versions of Android the Datepicker is this: And I can …

android datepicker android-5.0-lollipop android-datepicker datepickerdialog
Cardview shadow not appearing in lollipop devices?

Am using the cardview in my android app. However the shadow is not showing. Here is the xml layout The …

android android-layout android-5.0-lollipop android-cardview
What is the difference between Android 4.4W (API20) and Android L (API20, L Preview) in the SDK Manager?

I'm updating my SDK Manager in Eclipse, and there are two new downloads: Android L (API20, L Preview) Android 4.4W (…

android eclipse android-5.0-lollipop
onShowFileChooser() from android webview works only once

I need to pick images from the device and upload it to the server. For the first time, when I …

android webview android-5.0-lollipop filechooser
Is there a library for Floating Action Buttons (FAB) with Labels?

Is there a library for creating Floating Action Buttons with labels (similar to the Evernote app)? Evernote Screenshot The popular …

android android-5.0-lollipop material-design floating-action-button
How to get recent tasks on Android "L"?

Background My app allows to sort an apps list by the time they were recently launched . The problem As of …

android process android-5.0-lollipop android-task
How to completely disable SELinux in Android L in the init.rc file?

I want to disable SELinux at boot time for Android L or 5. The reason is because my daemon is not …

android android-ndk android-5.0-lollipop android-4.4-kitkat selinux
How to have a Lollipop switch button

I want to have the Lollipop style switch button for my app: How could I implement this button so it …

android android-5.0-lollipop android-switch