AndroidDeveloperLB

Results 602 issues of AndroidDeveloperLB

Currently there are still only workarounds for this, but even then, I couldn't find the missing information, of how long each frame I get should last. Here's one way: https://medium.com/@bogomazartem/extract-bitmap-frames-from-gif-file-android-9e06d8b709f8...

I've tried to show this VectorDrawable, and it doesn't show the same on VectorMasterView compared to ImageView: [boy.zip](https://github.com/harjot-oberai/VectorMaster/files/11109285/boy.zip) It doesn't show the eyes and the mouth, on both the IDE...

When I clone the project and try to open it, I get this issue that has no error information, after I've tried to upgrade its gradle plugin (because it failed...

Steps: 1. Download and choose this image for cropping: http://img.gawkerassets.com/img/18tbvl3htulmyjpg/original.jpg Also attached here: [original.zip](https://github.com/ArthurHub/Android-Image-Cropper/files/3754421/original.zip) 2. Run the "test" or "sample" sample app. 3. Crop almost 100% of the image The...

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** ScrCpy has a parameter of "--tcpip" that will start to use Wifi to mirror...

enhancement
feature

For example, I've noticed there is some case that "findMatch" can return null: ``` private ContentInfo findMatch(byte[] bytes, List entryList) { .... if (partialMatchInfo == null) { logger.trace("returning no match");...

After updating to 0.12.0 , I've noticed that it has some changes that I hope I've found proper alternatives to them: 1. Doesn't support File class as parameter for `VCardWriter`...

help wanted

v9.12.0 **Describe the bug** I wanted to apply the plugin to a single word: "trigger", to make it all uppercase. **To Reproduce** Steps to reproduce the behavior: 1. Have these...

**Describe the bug** I tried to clone, import, upgrade AGP according to the IDE, and build. Can't build. **To reproduce** Clone, import, upgrade AGP according to the IDE, and build....

type: bug

The class PdfDocument of Android is mentioned here, but this class doesn't require to have an Activity to use it. Just some View. Also, how did you add a hyperlink...