I’m an android dev too, though only via csharp so all the APIs have very slightly different names or are invoked as properties rather than methods etc (like “cameraManager.getCameraIds()” would be “cameraManager.CameraIds”).
What’s the best way to get involved? Just look for open issues on github?
I’d never used Kotlin or Jetpack Compose before, but I just picked smaller issues to fix that involved copying an existing code pattern or fixing easily repeatable bugs. It was a fun weekend!
Ooo good idea.
I’m an android dev too, though only via csharp so all the APIs have very slightly different names or are invoked as properties rather than methods etc (like “cameraManager.getCameraIds()” would be “cameraManager.CameraIds”).
What’s the best way to get involved? Just look for open issues on github?
Yeah just take a look here: https://github.com/dessalines/jerboa
I’d never used Kotlin or Jetpack Compose before, but I just picked smaller issues to fix that involved copying an existing code pattern or fixing easily repeatable bugs. It was a fun weekend!