Improve BitmapUtils
Open
enhancement
performance 🚀
- Dominant language
- Kotlin
- Stars
- 5.6k
- Forks
- 2k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 92
Description
BitmapUtils is responsible for decoding bitmaps, but currently contains deprecated API usages. To ensure the code is up-to-date and maintainable, we should update the API usage and consider converting the code to Kotlin.
Additionally, performance improvements can be made by utilizing newer APIs and optimizing the existing logic to handle bitmaps more efficiently.
Contributor guide
Assessment
This issue has not been assessed yet.