Android Lollipop, formerly known as just "Android L", was first shown at Google I/O 2014.
I'm trying to record a video at 60(or more)fps rate on Camera2(android.hardware.camera2) APIs. Finally, I succeeded …
android android-5.0-lollipop video-recording android-camera2I implemented the shared element transition between from an image in a RecyclerView to an image in a new Fragment. …
android android-fragments android-5.0-lollipop android-recyclerview shared-element-transitionI'm using in the app setWifiApEnabled() from Hidden API (access by reflection). In some older phone it´s working (also …
android android-5.0-lollipop android-wifi wifimanagerIn the latest Android update (SDK 21), it appears that two new variables have been added to java.lang.Object: private …
java android android-5.0-lollipop art-runtimeQuestion is related to Work Profile in "Android for work" . I have written a sample app that creates a managed …
android android-5.0-lollipop mdm android-developer-apiI was developing custom ActionBar by selecting API19 yesterday today I updated support libraries and project to API21 with cause …
android android-5.0-lollipop android-actionbar-compat android-actionbaractivityI'm recompiling some executable for Android 5.0 as it requires executables to be PIE. I was able to recompile it for …
gcc android-5.0-lollipop gcc4.7I have developed an app that uses YouTube android API to play a certain video inside the app. At that …
android android-5.0-lollipop android-youtube-api android-appcompatI started learning Android material design. I learnt some new features in the lollipop version. Today I am trying to …
android android-5.0-lollipop material-design toolbar statusbarBackground I wish to add a simple ripple effect for listView items from Android Lollipop and above. First I'd like …
android android-listview android-5.0-lollipop rippledrawable