Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.45 KB

File metadata and controls

28 lines (15 loc) · 1.45 KB

Black Candy for Mobile

CI

Screenshot

The official Black Candy mobile app. To use this app, you must have a Black Candy server set up. For more information, please visit https://github.com/blackcandy-org/blackcandy

Get the app

Black Candy mobile apps are available in the following app stores:

Get it on App Store Get it on F-Droid

For Android app, you can also download APK from GitHub Release

Development

Black Candy mobile apps are built with Kotlin Multiplatform (KMP) and Hotwire Native

Kotlin Multiplatform (KMP) is used to share business logic across Android and iOS apps from a single Kotlin codebase.

Hotwire Native is used to render server-driven screens inside the native mobile apps

For setup dev environment, please check the guide from KMP: https://kotlinlang.org/docs/multiplatform/quickstart.html