AndroidDeveloperLB

Results 598 issues of AndroidDeveloperLB

**Is your feature request related to a problem? Please describe.** Yes. I'm interested in a solution for Android, to upscale images, but it seems very hard to find any solution...

Feature request

I have Windows 10, and Android P on Pixel 2. I've installed the APK file, and I've launched the `gnirehtet-run.cmd` file. All I get is this: ``` 2018-03-18 13:00:08.957 INFO...

**Description:** Full description of issue here I just wanted to have some scrollable content in BottomSheetDialogFragment. **Expected behavior:** Screenshots and/or description of expected behavior Fill the space of the bottom...

bug

The mimetype I get is "application/ogg" instead of "audio/ogg". Code: ``` val util = ContentInfoUtil() val info = util.findMatch(inputStream) val extension = info?.mimeType?.let { mimeType -> MimeTypeMap.getSingleton().getExtensionFromMimeType(mimeType)?.let { result ->...

implementation("com.github.topjohnwu.libsu:core:6.0.0") Got recently [this crash](https://console.firebase.google.com/u/0/project/app-manager-cdf2c/crashlytics/app/android:com.lb.app_manager/issues/40bb405ea9d909182712c4f67556c98d?time=last-seven-days&types=crash&sessionEventKey=66D2D532031900013BDB9C817149C07D_1987664469300358814) from Crashlytics: ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'java.io.OutputStream java.lang.Process.getOutputStream()' on a null object reference at com.topjohnwu.superuser.internal.ShellImpl$NoCloseOutputStream.(ShellImpl.java:102) at com.topjohnwu.superuser.internal.ShellImpl.(ShellImpl.java:123) at com.topjohnwu.superuser.internal.BuilderImpl.build(BuilderImpl.java:136) at...

v0.32 Consider the VectorDrawable file in the attached file, which causes multiple instances of this inspection. When using them all together, or one after another from the first to the...

I have an app that should show a bit large ads in some scenarios, of height 250dp, and a height that's the device's height. In other cases, it's a different...

Similar to how the mediation here works for Vungle (reported [here](https://github.com/googleads/googleads-mobile-android-mediation/issues/552)), which has let it to finish initialization in 30 seconds, now I see it for Unity ads too, with...

As the title says. This happens only on this version: ``` implementation("com.google.android.gms:play-services-ads:23.6.0") implementation("com.google.ads.mediation:vungle:7.4.3.0") ``` But it doesn't occur on 7.4.2.0. For comparison, this is what I get in ms from...

Admob support a flexible size of a banner ad, called "inline-adaptive-banner" ad: https://developers.google.com/admob/android/banner/inline-adaptive However, it's not mentioned on the docs of various ad-networks, that we can use them, and doesn't...