AndroidDeveloperLB

Results 603 comments of AndroidDeveloperLB

@anvesh523 It has nothing special, really. But here it is: http://expirebox.com/download/707e115a8a1a866ebbbc89ed5757ee31.html

@anvesh523 to me it works even on Xperia J (with stock rom) , which is quite old and weak device. Change the gif file. I think it got corrupted. Try...

I think you can convert SVG files to Android VectorDrawable files using online tools, like this one: http://inloop.github.io/svg2android/

You just use something like that: videoView.setDataSource("https://www.sample-videos.com/video/mkv/720/big_buck_bunny_720p_1mb.mkv") And you have to have Internet permission in the manifest, of course:

Workaround: add something to override it: implementation 'com.android.support:recyclerview-v7:27.0.2'