DecomposeNavigation
Compose Multiplatform Bottom Navigation with Decompose(Android and iOS). With native APis access example eg. camera,gallery, dialer , etc
Install / Use
/learn @Lilytreasure/DecomposeNavigationREADME
DecomposeNavigation
Compose Multiplatform Bottom Navigation with Decompose<br>
This is a Kotlin Multiplatform project targeting Android, iOS.
-
/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.
Learn more about Kotlin Multiplatform…<br>
libraries #Decompose<br> <br> What is Decompose?¶<br> Decompose is a Kotlin Multiplatform library for breaking down your code into lifecycle-aware business logic components (aka BLoC), with routing functionality and pluggable UI (Jetpack Compose, Android Views, SwiftUI, JS React, etc.).<br> https://arkivanov.github.io/Decompose/getting-started/quick-start/<br> https://github.com/arkivanov/Decompose<br> <br> <br> Also includes Depedency injection with Koin and examples of how to access Device Specific APIs<Br> <br> #CICD <br> <br> GitHub Actions(https://github.com/features/actions) - GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Make code reviews, branch management, and issue triaging work the way you want. <br> <br> #Android
<table> <tr> <td><img src="https://github.com/Lilytreasure/DecomposeNavigation/assets/78819932/bd46da3d-6953-4b5e-be84-653f6975d536.png" alt="Home" style="width:250px;height:500px;"></td> <td><img src="https://github.com/Lilytreasure/DecomposeNavigation/assets/78819932/c1a4567e-c22b-4553-b0ec-aea90278731e.png" alt="Buy" style="width:250px;height:500px;"></td> </tr> <tr> <td><img src="https://github.com/Lilytreasure/DecomposeNavigation/assets/78819932/a109ae4c-158a-4946-9be7-7742d8c315dc.png" alt="About" style="width:250px;height:500px;"></td> <td><img src="https://github.com/Lilytreasure/DecomposeNavigation/assets/78819932/614aada6-a79b-46bb-907b-0dfe4137a9d0.png" alt="About" style="width:250px;height:500px;"></td> </tr> <tr> <td><img src="https://github.com/Lilytreasure/DecomposeNavigation/assets/78819932/41ee27df-1d3a-4bde-a229-3c2690d69569.png" alt="Call" style="width:250px;height:500px;"></td> </tr> </table><br> #iOs <table> <tr> <td><img width="434" alt="Screenshot 2024-04-17 at 16 00 28" src="https://github.com/Lilytreasure/DecomposeNavigation/assets/78819932/2aac792d-c034-4b8d-87ef-d6e8e5ce50dd"></td> <td><img width="434" alt="Screenshot 2024-04-17 at 16 08 46" src="https://github.com/Lilytreasure/DecomposeNavigation/assets/78819932/995786d1-83de-40d0-956e-38e9b689633a"></td> </tr> <tr> <td><img width="434" alt="Screenshot 2024-04-17 at 18 04 59" src="https://github.com/Lilytreasure/DecomposeNavigation/assets/78819932/0024ee51-e03a-460a-b35c-17014b944ba1"></td> <td><img width="434" alt="Screenshot 2024-04-17 at 16 11 33" src="https://github.com/Lilytreasure/DecomposeNavigation/assets/78819932/9e465a69-d7ea-4ec1-a03a-ced5178f3705"></td> </tr> </table><br>