Raccoon/README.md
2023-09-26 18:39:49 +02:00

3.2 KiB


Raccoon for Lemmy

A Kotlin Multiplatform Mobile client for Lemmy.

This started out as an exercise to play around with KMP and Compose Multiplatform and implement a Lemmy client and gradually grew to a fully functional client.

The application is under active development, expect new features to be added (e.g. multi-account support, video support, customizable post layouts, etc.).

Libraries used:

  • Koin for dependency injection
  • Voyager for screen navigation
  • Ktor with Ktorfit for networking in conjunction with kotlinx-serialization for JSON marshalling
  • Moko resources for resource management
  • Kamel for lazy image loading
  • Multiplatform settings for encrypted preferences
  • Markdown for markdown parsing
  • ... more to come (e.g. SQLdelight for persistence)

Credits:

Want to try it out?

  • get it on Obtanium by simply adding this repo https://github.com/diegoberaldin/RaccoonForLemmy