Questions tagged as 'lollipop'

1
answer

OkHttp only works on Lollipop

The OkHttp 2.6.0 library does not work on versions prior to Android 5. In versions prior to Lollipop always throws the exception: Exception    Caused by: java.lang.NoClassDefFoundError: com.squareup.okhttp.internal.Util                  ...
asked by 06.12.2015 / 19:06
1
answer

Check Available SD card space on Android 5.1.1

I need to check the amount of space available on the memory card, I currently use this method for verification: public static float megabytesAvailable() { File f = Environment.getExternalStorageDirectory() StatFs stat = new Sta...
asked by 01.02.2016 / 19:15
0
answers

Doubts API Camera on Android Apps DubsMash, Vine and Musical.ly

I have lately been working with the%% Android API to make video captures, but I have a common problem that there is a great delay in starting to record a video. My intention is to make an application where you can record a video pausing witho...
asked by 19.02.2016 / 03:27
0
answers

My app does not run on android Lollipop

At some point in my app, the payout occurs, and for that I open a page in a webview, responsible for that service (passing the data of the card by GET). When the page finishes processing, its title changes with the status of the operation, and s...
asked by 23.01.2017 / 01:03