AndroidDeveloperLB

Results 538 issues of AndroidDeveloperLB

Example attached: [split_delight.zip](https://github.com/jaredrummler/APKParser/files/4105567/split_delight.zip) The crash exception: ``` java.lang.Error: com.jaredrummler.apkparser.exception.ParserException: Unexpected chunk Type:203 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1173) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:919) Caused by: com.jaredrummler.apkparser.exception.ParserException: Unexpected chunk Type:203 at com.jaredrummler.apkparser.parser.ResourceTableParser.readChunkHeader(ResourceTableParser.java:204) at com.jaredrummler.apkparser.parser.ResourceTableParser.readPackage(ResourceTableParser.java:96) at com.jaredrummler.apkparser.parser.ResourceTableParser.parse(ResourceTableParser.java:67)...

Use InputStream , DocumentFile or Uri instead. The reason: In the near future, Google will block storage permission, which requires developers to handle files outside of the scope of the...

For a lite usage of this library, only querying basic information about the manifest, you could avoid parsing the resource table, hence improving memory usage and speed of parsing by...

If the VM heap is 32MB, and you try to load the app of package name "android" (app label is "Android System") and you run it on the emulator, it...

It seems as if what's on Jitpack is older than what's on the repository, or something. Steps: 1. Run the sample as it is 2. Change device locale to Hebrew...

I'm using ColorPreferenceCompat , and recently I got this crash from the play console: Fatal Exception: java.lang.IllegalStateException: The activity must implement ColorPickerDialogListener at com.jaredrummler.android.colorpicker.c.a(ColorPickerDialog.java:19583) at com.jaredrummler.android.colorpicker.c$3.onClick(ColorPickerDialog.java:190) at androidx.appcompat.app.AlertController$b.handleMessage(AlertController.java:167) at android.os.Handler.dispatchMessage(Handler.java:106)...

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...

Seems that when I try it out, it crashes, even if I use `androidx.transition.TransitionManager` instead of the normal one. See: ![image](https://user-images.githubusercontent.com/5357526/58383397-e3a1a680-7fde-11e9-8802-f07c3449c4a0.png) Crash log is: 05-26 14:50:53.653 3077-3077/com.hariofspades.constraintsetzone E/AndroidRuntime: FATAL EXCEPTION:...

As such: https://github.com/gowong/material-sheet-fab ?