Android Lollipop, formerly known as just "Android L", was first shown at Google I/O 2014.
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-ibeaconIn 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-buttonI 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-statusbarI 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-refreshI 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 elevationGot the following Image View: <ImageView android:id="@+id/header" android:layout_width="match_parent" android:layout_height="match_…
java android android-5.0-lollipop rippleI 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-cardsI 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-logcatDefaultHttpClient 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 handshakeI 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