GithubHelp home page GithubHelp logo

aritra-tech / notify-kmm Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 115 KB

Notify-KMM is a simple note taking application build using Kotlin Multiplatform for Android and iOS

License: Apache License 2.0

Kotlin 78.08% Swift 21.92%
android android-application compose-multiplatform ios-app jetpack kmm-app swiftui

notify-kmm's Introduction

Notify-KMM

Notify-KMM is a simple note taking application build to demonstrate the use of Kotlin Multiplatform Mobile for developing Android and iOS applications using Jetpack Compose ๐Ÿš€.

โš ๏ธโš ๏ธ WORK IN PROGRESS โš ๏ธโš ๏ธ

Platforms

๐Ÿ‘จโ€๐Ÿ’ป Tech stack

Tools Link
๐Ÿค– Language Kotlin
๐Ÿฉถ Framework Compose Multiplatform
โœ๏ธ Database SQLDelight

How to run the project? โœ…

To run this project, you need the following:

The Kotlin Multiplatform Mobile plugin

Check your environment

Before you start, use the KDoctor tool to ensure that your development environment is configured correctly:

  1. Install KDoctor with Homebrew: brew install kdoctor

  2. Run KDoctor in your terminal: kdoctor

    If everything is set up correctly, you'll see valid output:

    Environment diagnose (to see all details, use -v option):
    [โœ“] Operation System
    [โœ“] Java
    [โœ“] Android Studio
    [โœ“] Xcode
    [โœ“] Cocoapods
    
    Conclusion:
      โœ“ Your system is ready for Kotlin Multiplatform Mobile development!
    

Otherwise, KDoctor will highlight which parts of your setup still need to be configured and will suggest a way to fix them.

Project structure

This Compose Multiplatform project includes three modules:

This is a Kotlin module that contains the logic common for both Android and iOS applications, the code you share between platforms. This shared module is also where you write your Compose Multiplatform code. In shared/src/commonMain/kotlin/App.kt, you can find the shared root @Composable function for your app. It uses Gradle as the build system. You can add dependencies and change settings in shared/build.gradle.kts. The shared module builds into an Android library and an iOS framework.

This is a Kotlin module that builds into an Android application. It uses Gradle as the build system. The androidApp module depends on and uses the shared module as a regular Android library.

This is an Xcode project that builds into an iOS application. It depends on and uses the shared module as a CocoaPods dependency.

License

   Copyright 2023 Aritra Das

   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.

notify-kmm's People

Contributors

aritra-tech avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.