Top "Android-5.0-lollipop" questions

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

Custom Translucent Android ActionBar

I've been scouring the interwebs (e.g. Android documentation, answers here, etc.) for the answer to what I thought would …

android android-actionbar android-5.0-lollipop android-4.0-ice-cream-sandwich android-3.0-honeycomb
Android FAB plus sign not present on android drawable

Where can I find the plus sign at the center of a Floating Action Button? Is it made by Android …

android material-design android-5.0-lollipop android-6.0-marshmallow floating-action-button
How to record screen and take screenshots, using Android API?

Background Android got a new API on Kitkat and Lollipop, to video capture the screen. You can do it either …

android screenshot android-5.0-lollipop android-4.4-kitkat screen-recording
Android L - Floating Action Button (FAB)

Did Google already released a defined style or a component for this new circular FAB button or should I implement …

java android android-5.0-lollipop material-design android-design-library
Endless RecyclerView with ProgressBar for pagination

I am using a RecyclerView and fetching objects from an API in batches of ten. For pagination, I use EndlessRecyclerOnScrollListener. …

android android-listview android-recyclerview android-5.0-lollipop android-progressbar
How big should Action Bar(Toolbar) icons be in the new Android Material design?

I tried searching the design guidelines, but I couldn't find anything related to this. I am trying to figure out …

android android-5.0-lollipop material-design
Heads-up Notification - Android Lollipop

I'm trying to show a notification-type heads-up but I could not. What I tried final Notification.Builder notif = new Builder(…

android android-5.0-lollipop android-notifications
Android Studio - Lollipop, ADB, & Genymotion issues: Devices won't show up. "adb server is out of date. killing..."

Update (11/10/14): Genymotion has released 2.3.1 which fixes this issue. https://cloud.genymotion.com/page/changelog/#231 Update (10/21/14): Genymotion replied to my support …

android adb genymotion android-5.0-lollipop
How to install/update/remove APK using "PackageInstaller" class in Android L?

Plz check below classe & give me the suggestion for how to use them https://developer.android.com/reference/android/…

android installation android-5.0-lollipop android-install-apk installation-path
How do you enable TLS 1.2 on Spring-boot?

I am trying to enable TLS 1.2 on Tomcat on Spring-boot 1.2.1. Android 5.0 is failing to connect to the default SSL settings, …

ssl spring-boot android-5.0-lollipop tomcat8