this post was submitted on 11 Jun 2023
7 points (100.0% liked)

Melbourne

1842 readers
52 users here now

This community is a place created for the people of Melbourne and Victoria. We are a positive, welcoming and inclusive community. We might not agree about everything, but we always strive to stay civil and respectful.

The focus of our discussions is based around things that effect Victoria, but we are also free to discuss our local perspective on wider issues. Or head to the regular Daily Random Discussion thread to talk about anything.

Full Community Guidelines

Ongoing discussions, FAQs & Resources (still under construction)

Adoption Certificate for Nellie, the Daily Thread numbat (with thanks to @Catfish)

Feedback & Suggestions

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (1 children)

Android.
Using Jerboa to access lemmy, which so far (for an alpha) seems ok

[–] [email protected] 1 points 1 year ago (1 children)

It's pretty good hey? I've done some Android dev before so spent the weekend making some fixes and improvements for it, and lots of others are doing the same. I figured the better it is to use, the more likely it is that people will hang around after the Reddit implosion. With its current velocity I expect it'll be damn near amazing in a month or so!

[–] [email protected] 0 points 1 year ago (1 children)

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?

[–] [email protected] 1 points 1 year ago

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!