AndroidDeveloperLB
AndroidDeveloperLB
For example, ForegroundImageView should extend AppCompatImageView
instead of going through the menus. Also, please add cache cleaning.
I get this: 
If I click on the upper area of the FAB, it doesn't respond: 
This is what I get when I import the project:  I also can't choose what to launch.
I've noticed that if I call cancelAllTasks , it still lets some tasks to start. Tasks that had a long time till they should be started. Here's the code to...
I know this one is GNU, which means that whatever I do with it, it means my app has to be open sourced too. Is there any other way? Alternative...
For example like this website: http://www.javadecompilers.com/ I tried to use the library to get to the dex files, hoping it's the classes, but I got Chinese/Japanese strings: ``` thread{ val...
Example is of Chrome and Chrome beta: [chrome and chrome beta.zip](https://github.com/jaredrummler/APKParser/files/4111752/chrome.and.chrome.beta.zip) The issue with those seems that it causes attributes to have namespace missing, as such: ``` ... ``` Here's...
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)...