https://github.com/nameisjayant/compose-multiplatform-app
Aim of this repository is to implement common Android and Ios functionality through compose multiplatform app.
https://github.com/nameisjayant/compose-multiplatform-app
cmp compose-multiplatform jetpack-compose kmm kmp multiplatform mvvm
Last synced: 3 months ago
JSON representation
Aim of this repository is to implement common Android and Ios functionality through compose multiplatform app.
- Host: GitHub
- URL: https://github.com/nameisjayant/compose-multiplatform-app
- Owner: nameisjayant
- License: apache-2.0
- Created: 2024-04-24T05:01:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T13:20:13.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T19:58:05.992Z (about 1 year ago)
- Topics: cmp, compose-multiplatform, jetpack-compose, kmm, kmp, multiplatform, mvvm
- Language: Kotlin
- Homepage:
- Size: 92 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compose Multiplatform App
Aim of this repository is to implement common Android and Ios functionality through compose multiplatform app.
## 🖥️ Screenshots
### API Calling with Ktor and MVVM In CMP
Android
IOS
### Image Picker App In CMP
Android
IOS
## Find this project useful ? ❤️
- Support it by clicking the ⭐️ button on the upper right of this page. ✌️
# License
```markdown
Copyright 2023 Jayant Kumar
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```