AndroidDeveloperLB

Results 918 comments of AndroidDeveloperLB

OK written here: https://github.com/Drjacky/Avocado/issues/110 Thanks

@HBiSoft What about metadata that exists in general, instead of in some points in the video/audio file? Also, does this work for audio files too?

I actually do get a call to "resume", but not for "pause". Workaround that might be useful (though the callbacks are called sometimes more than they should): ``` override fun...

@chengyuhui You should check out the sample I've put. By "multiple times" (for the workaround I've shown) I meant this could happen in a very short time, for example: onPause...

Yes it was removed recently. Sadly not sure about the rare exceptions , though

@JakeWharton So you say that maybe it was enough for Proguard rules to be applied only for the classes with Gson in them? Does Retrofit take care of the rest,...

@Endeavour233 This is a bit different from what you wrote. There it says: ``` # Prevent R8 from leaving Data object members always null -keepclassmembers,allowobfuscation class * { @com.google.gson.annotations.SerializedName ;...

@Endeavour233 So you suggest the bit longer one, with the link I've put, right? I still think such a thing should be mentioned somewhere officially. It's not nice to find...