AndroidDeveloperLB

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

I get this error, even after I try to update all that's possible to update: C:\Users\user\Desktop\GLWallpaperVideoDemo-master1\app\src\main\java\frankandrobot\glwallpapervideodemo\com\GLWallpaperVideoDemo.java:3: error: package net.rbgrn.android.glwallpaperservice does not exist import net.rbgrn.android.glwallpaperservice.*; ^ C:\Users\user\Desktop\GLWallpaperVideoDemo-master1\app\src\main\java\frankandrobot\glwallpapervideodemo\com\GLWallpaperVideoDemo.java:44: error: cannot find symbol...

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