AndroidDeveloperLB

Results 598 issues of AndroidDeveloperLB

**Describe the bug** As the title says: On PC (Windows), each time I choose to install an addon, it goes to the top of the list **To Reproduce** 1. Go...

This: ``` if (yOffset < -maxXOffset) { ``` https://github.com/AlynxZhou/alynx-live-wallpaper/blob/master/app/src/main/java/xyz/alynx/livewallpaper/GLES30WallpaperRenderer.java#L303C9-L303C37 https://github.com/AlynxZhou/alynx-live-wallpaper/blob/master/app/src/main/java/xyz/alynx/livewallpaper/GLES20WallpaperRenderer.java#L301C24-L301C34

This occurs a lot, as most videos are oriented horizontally, and yet smartphones are often oriented vertically. I scroll and nothing occurs. I can't see the rest of the video...

The background becomes gray, instead of letting us choose which color to show behind (or at least have it black). Example of such a file can be found here: https://simpl.info/videoalpha/...

Just like when you zoom and pan on gallery apps, offer to choose the rectangle to focus on the video, and show the content from there. Of course, if the...

Suppose I make a live wallpaper app that uses Canvas for its Engine class. And I want to have the option to switch to this kind of Engine implementation that...

This: https://github.com/AlynxZhou/alynx-live-wallpaper/pull/13 And please add scale-types. This might help: https://github.com/yperess/StackOverflow/issues/4

See attached: [device-2020-11-01-032028.zip](https://github.com/AlynxZhou/alynx-live-wallpaper/files/5470060/device-2020-11-01-032028.zip)

Whether I use `QOIUtil.readFile` vs `BitmapFactory.decodeFile` of Android, or I use `QOIUtil.readImage` vs `BitmapFactory.decodeStream` , it seems that Android's implementation is faster to parse PNG files over QOI: From inputStream...