The name siloshare stands for simple local share. This is a Kotlin Multiplatform client for the siloshare server.
The project targets Android, iOS, Web, Desktop. It uses Compose Multiplatform to share the UI across all platforms.
The app is available on the Google Play Store.
- Fetch notes from the siloshare server and display them in a list
- Delete existing note on the server
- Settings screen to configure the server URL and basic authentication
-
/composeAppis for code that will be shared across your Compose Multiplatform applications. It contains several subfolders:commonMainis for code that’s common for all targets.- Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name.
For example, if you want to use Apple’s CoreCrypto for the iOS part of your Kotlin app,
iosMainwould be the right folder for such calls.
-
/iosAppcontains iOS applications. Even if you’re sharing your UI with Compose Multiplatform, you need this entry point for your iOS app. This is also where you should add SwiftUI code for your project.
| Platform | Notes | Add note | Settings | |
|---|---|---|---|---|
| Android | ||||
| Desktop |
Feel free to contribute via pull requests.
The project is licensed by the Apache 2 license.