Android Lollipop, formerly known as just "Android L", was first shown at Google I/O 2014.
I want to remove the shadow below the ActionBar. I know that I need to change the elevation to 0dp, …
android android-actionbar android-5.0-lollipop android-elevationI want to import CardView and RecyclerView in my existing project. I am using ECLIPSE. I read other answers in …
android eclipse android-5.0-lollipop android-recyclerview android-cardviewI have a DialogFragment which I want to show in fullscreen. I do however still want a StatusBar present, and …
android android-5.0-lollipop statusbar android-dialogfragmentAfter achieving device ownership, I am trying to implement a method to instruct the device to lock any given app …
android android-5.0-lollipop device-policy-manager device-owner android-screen-pinningI have the following xml for a cardview: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.…
android android-layout android-5.0-lollipop shadowsSDK: Android 5.0.1. Android build: LRX22C. Device : Nexus 5. Problem: KITKAT(4.4.4) and below API's 1) startUsingNetworkFeature(int networkType, String feature) This method …
android networking android-wifi android-5.0-lollipopI recently noticed that the Camera API is deprecated and I found the new API called Camera2. I have read …
android android-5.0-lollipop android-camera2I'm using AppCompat and my theme is extending Theme.AppCompat.Light.DarkActionBar. When in Android 5 Lollipop and I press the …
android android-theme android-5.0-lollipop android-appcompatWith the new Lollipop API, we have to use a Toolbar if we want to personalize the action bar aspect. …
android android-layout android-5.0-lollipop material-design android-toolbarI have implemented CardView in my app and everything works fine except there is a little padding around the image …
android android-layout android-5.0-lollipop android-cardview