this post was submitted on 01 Jun 2023
52 points (100.0% liked)

Jerboa

10278 readers
24 users here now

Jerboa is a native-android client for Lemmy, built using the native android framework, Jetpack Compose.

Warning: You can submit issues, but between Lemmy and lemmy-ui, I probably won't have too much time to work on them. Learn jetpack compose like I did if you want to help make this app better.

Built With

Features

Installation / Releases

Support / Donate

Jerboa is made by Lemmy's developers, and is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.

Crypto

Contact

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] dessalines@lemmy.ml 2 points 1 year ago (1 children)

Not really sure. I'm not doing any special transitions between screens code-wise, just the standard jetpack compose ones.

[–] tmpod 2 points 1 year ago (1 children)
[–] OofShoot@beehaw.org 2 points 1 year ago (1 children)

It didn't occur to me that this might be a bug. Seems more like a way to indicate that the app is loading something from the internet. In fact, when it doesn't do that it feels strange to me, like when refreshing your inbox.

[–] tmpod 2 points 1 year ago

I believe a spinner is more common for that (and I fact, is used somewhere else on the app).
In reality, I think the transitions are so fast in a lot of cases because all the data is already fetched (at least partially) so it doesn't even hit the server. Not sure though.