Top "Android-5.0-lollipop" questions

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

Lollipop Progress Bar Tinting

I'm on a Lollipop device (MotoG 2014), I read about progress bar tinting, but this is not working...I get the …

android android-layout android-5.0-lollipop material-design android-theme
About RecyclerView.ViewHolder and RecyclerView.Adapter

The RecyclerView.ViewHolder class has a field that is public final View itemView. It says that the onBindViewHolder method should …

android android-5.0-lollipop android-recyclerview android-viewholder
Appcompat Toolbar Not Showing With Navigation Drawer

I am trying to configure the following in my app: Toolbar (Appcompat v7 version) Navigation Drawer Pre-Lollipop Appcompat v7 Material …

android navigation-drawer android-5.0-lollipop android-appcompat android-toolbar
CardView has extra margin in each edge on Pre-Lollipop

Here are two pictures. on Lollipop: on Pre-Lollipop: we can see that it's just close to the screen side on …

android android-5.0-lollipop android-cardview
What does OAT mean?

We know that Dalvik uses APK, DEX, and ODEX files. And we know this abbreviation means via AOSP source or …

android android-5.0-lollipop android-runtime
How to use RippleDrawable programmatically in code (not xml) with Android 5.0 Lollipop?

I have the following code for my ripple: <?xml version="1.0" encoding="utf-8"?> <ripple xmlns:android="http://schemas.…

android android-5.0-lollipop rippledrawable
Android - footer scrolls off screen when used in CoordinatorLayout

I have an AppBarLayout that scrolls off screen when scrolling a RecyclerView. Below the RecyclerView there is a RelativeLayout that …

android android-5.0-lollipop android-design-library android-coordinatorlayout
Cannot get foreground activity name in Android Lollipop 5.0 only

I use the following code to get the activity name of the foreground app in the variable foregroundTaskPackageName. It works …

android android-5.0-lollipop activity-manager
How to change the color of overscroll edge and overscroll glow

How to Change color of over-scroll edge and over-scroll glow or how to change the white color (default color) of …

android android-5.0-lollipop overscroll
How to setup Android Lollipop emulator with Charles Proxy?

I've been following instructions from other questions such as How to configure SSL certificates with Charles Web Proxy and the …

android proxy android-emulator android-5.0-lollipop charles-proxy