How are the mobile apps for kbin/lemmy coming?
I am working on a new mobile app for iOS and Android heavily inspired by Infinity for reddit.
Here’s a slightly outdated screenshot: https://beehaw.org/comment/267654
As of now infinite scrolling already works besides only 10 as I mentioned in my post, also some performance updates (already) :)
I am hoping maybe in 1 to 3 weeks to announce a stable version, maybe a beta before it, let’s see :)
Removed by mod
That’s a very valid question, someone asked it before, I’ve replied here: https://beehaw.org/comment/381245
Removed by mod
For Lemmy there is jerboa (android) which is quite nice and Mlem for iOS.
Memmy and Mlem for iOS are both good. I switch back and forth but use Memmy most of the time.
My pet project Morpha is coming along pretty well so far. No builds are available yet but the feature set includes:
- Doom scrolling feed
- viewing communities
- Inbox/replies
- Media player
Planned features are:
- Profile views
- Swipe to upvote,downvote, reply
- Correct comment thread view
- Full implementation of the api. (Though this is on the backburner)
It’s only been in development for a few days but I’ve been able to get some serious progress done. Lemmy’s api is a treat to work with. Only problem I’ve run into is infinite scrolling can be a little finicky without a nextPage option on the Posts endpoint