AndroidDeveloperLB

Results 602 issues of AndroidDeveloperLB

For example, ForegroundImageView should extend AppCompatImageView

instead of going through the menus. Also, please add cache cleaning.

enhancement

I get this: ![image](https://user-images.githubusercontent.com/5357526/37156819-d0627aa6-22ef-11e8-9987-2239d365badb.png)

If I click on the upper area of the FAB, it doesn't respond: ![device-2016-03-30-103309](https://cloud.githubusercontent.com/assets/5357526/14134956/18fcfc5c-f663-11e5-836a-8f971381cab7.gif)

This is what I get when I import the project: ![image](https://user-images.githubusercontent.com/5357526/36351599-3510ba1a-14b5-11e8-945c-ed3046a0c6b0.png) 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)...