Top "Android-5.0-lollipop" questions

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

Decreased BLE startScan detected devices on Android 5.0 Lollipop

Short version: In my tests with Android 5.0 Lollipop I have noticed android.bluetooth.le.BluetoothLeScanner detects BLE devices less frequently …

bluetooth-lowenergy android-5.0-lollipop rssi ibeacon-android android-ibeacon
Android L FAB Button shadow

In the Material Design guidelines Google presented a new style of button, the FAB Button. I found instructions how to …

android button shadow android-5.0-lollipop floating-action-button
Can I set FLAG_LAYOUT_NO_LIMITS only for status bar?

I need to make transparent status bar. I am using getWindow().addFlags(WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS) and it …

android android-5.0-lollipop android-statusbar
Android Lollipop - Pull to refresh

I am trying to implement pull-to-refresh in Android. I know there is SwipeRefreshLayout but with all the newly designed Google …

android android-5.0-lollipop pull-to-refresh
CardView elevation not showing in lollipop and higher versions

I was using cardview, but the problem is elevation not showing in lollipop and higher versions. please suggest me.Here …

android android-5.0-lollipop android-6.0-marshmallow android-cardview elevation
Set ripple effect on Image View

Got the following Image View: <ImageView android:id="@+id/header" android:layout_width="match_parent" android:layout_height="match_…

java android android-5.0-lollipop ripple
CardView cardUseCompatPadding

I am developing an Android app for both Lollipop and Previous versions. I am using CardView (This cardView does not …

android android-layout android-5.0-lollipop android-cardview android-cards
SQLite Database gives warning automatic index on <table_name>(column) After upgrading Android L

I have upgraded my Nexus 7 with Android 5.0 Lollipop, Before that my application going well with SQLite Database but now Whenever …

android android-sqlite android-5.0-lollipop android-logcat
HttpClient fails with Handshake Failed in Android 5.0 Lollipop

DefaultHttpClient in Android 5.0 Lollipop seems to be broken. It can not set the connection to some sites that were successfully …

android ssl apache-httpclient-4.x android-5.0-lollipop handshake
Convert Android camera2 api YUV_420_888 to RGB

I am writing an app that takes the camera feed, converts it to rgb, in order to do some processing. …

android android-camera android-5.0-lollipop rgb yuv