Building modern web applications with React/Next.js and contributing to Android projects with Java/Kotlin. I love fixing bugs and building solutions - from web apps to Arduino projects.
Highlighting some Android projects I contributed to with real-world impact:
-
ForegroundServiceStartNotAllowedException (Android 12+) β Investigated and fixed app crashes caused by WorkManager trying to start foreground services in the background. Applied
setExpedited(OutOfQuotaPolicy.RUN_AS_NON_EXPEDITED_WORK_REQUEST)in key WorkManager requests to ensure stability across devices. -
SearchView Back Handling (Android 15) β Fixed a subtle bug where pressing back in
SearchViewexited the app instead of collapsing the search. Corrected version-check logic and submitted a merged PR, improving UX consistency with Material guidelines.
