isabsent

Results 25 comments of isabsent

Can‘t disconnect on Android Stidio 2.3.3

> We have got always for timeout status. when using the startSmsUserConsent(“+91781281XXX”). Please help me what is an error. #metoo with startSmsUserConsent(null) Please, support me on [Android IssueTracker](https://issuetracker.google.com/issues/169333427) for faster...

"`setDefaultCountryUsingNameCode()` or `setDefaultCountryUsingPhoneCode()` will not set default country as selected country in **CCP** view. To set default country as selected country in **CCP** view, call `resetToDefaultCountry()` method."

Nice lib, thanks! Are you planning to support rotation?

I would like to crop a rectangle inside of screen. `cropTop` and `cropBottom` do not seem like a suitable tools for this purpose...

Author did not put 0.1.3 version of the lib in [Maven](https://mvnrepository.com/artifact/com.nakama.arraypageradapter/arraypageradapter) and [Bintray](https://bintray.com/tnakama/maven/arraypageradapter) repos. 0.1.2 is compiled fine in gradle. Author, please update!

At the same time your `Kotlin` variant `MainActivity.kt` works fine when I add `pictureResolution = lowestResolution()` to your initial configuration: object Back : Camera( lensPosition = back(), configuration = CameraConfiguration(...

I catch this bug each time I trying to use Database Inspector in Android Studio under debug. It doesn't depend with mapbox-gl-native usage. When I don't use Database Inspector this...

Hi! The answer you link is concerned with how to use ExoPlayer when you haven't a source like `byte[]`, `File` or `ByteBuffer` where random access to the source is available....

If you already have your data as a `byte[]` to the moment you are going to send it to `ExoPlayer`, you can envelop your `byte[]` in the `ByteArrayDataSource` and create...