Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve BitmapUtils #13617

Open
alperozturk96 opened this issue Sep 24, 2024 · 4 comments
Open

Improve BitmapUtils #13617

alperozturk96 opened this issue Sep 24, 2024 · 4 comments
Assignees
Labels
enhancement performance 🚀 Performance improvement opportunities (non-crash related)

Comments

@alperozturk96
Copy link
Collaborator

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.

@Onkar755
Copy link

Hey @alperozturk96,

I'd love to work on this issue. I plan to update the deprecated API usages and optimize the bitmap handling logic using newer APIs. I’ll also explore converting the code to Kotlin for better maintainability.

Please assign this issue to me!

@alperozturk96
Copy link
Collaborator Author

@Onkar755 Hey, thank you so much for your message and support! 💯

When working on the BitmapUtils class, please focus only on making improvements to BitmapUtils. It would be great if you could keep the changes minimal to ensure the PR stays small and helps prevent any regressions.

@Onkar755
Copy link

Onkar755 commented Oct 2, 2024

Hey @alperozturk96 ,

Thanks for the clarification. Just to confirm, would you prefer keeping the code in Java for now with the API updates and optimisations, or should I also proceed with converting the BitmapUtils class to Kotlin in a separate PR?

@alperozturk96
Copy link
Collaborator Author

Hey @alperozturk96 ,

Thanks for the clarification. Just to confirm, would you prefer keeping the code in Java for now with the API updates and optimisations, or should I also proceed with converting the BitmapUtils class to Kotlin in a separate PR?

Hey. You can convert to the Kotlin. Thank you so much for your support 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement performance 🚀 Performance improvement opportunities (non-crash related)
Projects
None yet
Development

No branches or pull requests

3 participants