AndroidDeveloperLB

Results 538 issues of AndroidDeveloperLB

Google released a new support library, that can handle VectorDrawable even on API 7 : http://android-developers.blogspot.co.il/2016/02/android-support-library-232.html Please show how to use it.

Sadly on Android R, you can't set a custom View for a Toast (when targeting API 31) : https://developer.android.com/reference/android/widget/Toast#setView(android.view.View) https://developer.android.com/reference/android/widget/Toast#getView() Please offer something that mimics the standard Toast's look&feel, so...

With this: https://www.youtube.com/watch?v=svdq1BWl4r8

I use this: ``` videoView.setRawData(R.raw.test) videoView.isLooping = true videoView.setVolume(1f, 1f) videoView.prepare { videoView.start() } ``` And this in layout file: ``` ``` Yet for some reason, after the first playback,...

On live wallpaper, there is no view. How can I achieve the same scaling capabilities? I've asked about it here too: https://stackoverflow.com/q/50091878/878126 I would gladly grant the bounty, if you...

I get this: ![image](https://user-images.githubusercontent.com/5357526/33406714-e657edc6-d576-11e7-9b51-cc748b52ab16.png)

I get this: ![image](https://user-images.githubusercontent.com/5357526/33394459-19ef2126-d54b-11e7-8315-b0478a478a5b.png)

When the UI takes too long on some function, it could be nice to know what's the cause of it. It can also be useful for functions that we might...

Check this: The results: ![image](https://user-images.githubusercontent.com/5357526/49940922-bdcd8d00-fee9-11e8-978b-667d86ca54e3.png) The top of each circle is cut. Tested on Pixel 2 with Android P, v 1.0.3 of the library. Any workaround?