Most voted "lollipop" questions
4 questions
Sort by count of
-
2
votes1
answer178
viewsOkhttp only works on Lollipop
The Okhttp 2.6.0 library does not work in versions prior to Android 5. In versions prior to Lollipop always fires the exception: Exception Caused by: java.lang.Noclassdeffounderror:…
-
2
votes1
answer436
viewsCheck Available Space on SD Card on Android 5.1.1
I need to check the amount of space available on memory card, currently using this method for checking: public static float megabytesAvailable() { File f = Environment.getExternalStorageDirectory()…
-
2
votes0
answers422
viewsDoubt API Camera in Dubsmash, Vine, and Musical Android Apps.ly
I’ve been working with the API lately MediaRecorder android to make video captures, but I come across a common problem where there is a great delay when starting to record a video. My intention is…
-
1
votes0
answers161
viewsMy app does not run on android Lollipop
At a certain point in my app, payment occurs with pagseguro, and for this I open a page in a webview, responsible for this service (passing the card data by GET). When the page finishes being…