Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fernandospr/multiplatform-network-client-lib
Demonstrates a network client library for Android, iOS and JVM projects using Kotlin Multiplatform.
https://github.com/fernandospr/multiplatform-network-client-lib
android backend ios jvm kotlin kotlin-multiplatform library swift
Last synced: about 2 months ago
JSON representation
Demonstrates a network client library for Android, iOS and JVM projects using Kotlin Multiplatform.
- Host: GitHub
- URL: https://github.com/fernandospr/multiplatform-network-client-lib
- Owner: fernandospr
- Created: 2024-01-12T19:26:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-17T15:26:04.000Z (about 1 year ago)
- Last Synced: 2024-10-13T03:41:37.104Z (3 months ago)
- Topics: android, backend, ios, jvm, kotlin, kotlin-multiplatform, library, swift
- Language: Kotlin
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demonstrates a network client library for Android, iOS and JVM projects using Kotlin Multiplatform.
This repository contains the following folders:
* [contacts-common-lib](contacts-common-lib/README.md)
* [contacts-client-lib](contacts-client-lib/README.md)
* [contacts-backend-app](contacts-backend-app/README.md)
* [contacts-android-client-app](contacts-android-client-app/README.md)
* [contacts-ios-client-app](contacts-ios-client-app/README.md)
* [contacts-backend-client-app](contacts-backend-client-app/README.md)### Architecture