Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Multiplatform client for the siloshare server

License

dbaelz/siloshare-client

Repository files navigation

siloshare client

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.

Download

The app is available on the Google Play Store.

Features

  • 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

Project structure

  • /composeApp is for code that will be shared across your Compose Multiplatform applications. It contains several subfolders:

    • commonMain is 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, iosMain would be the right folder for such calls.
  • /iosApp contains 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.

Screenshots

Platform Notes Add note Settings
Android Android notes Android add note Android settings Android notes dark
Desktop Desktop notes Desktop add note Desktop settings Desktop notes dark

Contribution

Feel free to contribute via pull requests.

License

The project is licensed by the Apache 2 license.

About

Multiplatform client for the siloshare server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages