For CODING PRACTICE and KNOWLEDGE SHARING.
- Android Studio - IDE
- Kotlin - Programming Language
- Java - Programming Language
- Gradle - Build & Dependancy Management Tool
- Compose - UI
- Views - UI
- Xcode - IDE
- Swift - Programming Language
- Objective-C - Programming Language
- Swift Package Manager - Dependancy Management Tool
- SwiftUI - UI
- UIKit - UI
- Kotlin Multiplatform - a technology that allows you to create applications for various platforms
- Compose Multiplatform - a declarative framework for sharing UIs across multiple platforms
- Ktor - a framework for building asynchronous server-side and client-side applications
- Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
View-based | Compose | UIKit | SwiftUI |
---|---|---|---|
SnackBar | COMING SOON... | NOT SUPPORTED NATIVELY | NOT SUPPORTED NATIVELY |
ViewPager2 | COMING SOON... | COMING SOON... | COMING SOON... |
BottomSheet(Modal) | COMING SOON... | Modal | COMING SOON... |
Recyclerview(GridLayoutManager) | COMING SOON... | UICollectionView | COMING SOON... |
Recyclerview(LinearLayoutManager) | COMING SOON... | UITableView | COMING SOON... |
COMING SOON... | Navigation(Compose) | COMING SOON... | NavigationStack |
Android | iOS | Note |
---|---|---|
NFC | NOT a FREE Feature | NFC, Reader, Emulator |
JavascriptInterface | WKScriptMessageHandler | WebView, Web⇄Native |
CustomTab | SFSafariViewController | WebView, Native Browser Features |
COMING SOON... | SQLite.swift | DB |
Room | SwiftData | DB |
Deeplink | COMING SOON... | Deep Links, Android App Links, Universal Links |
- Hands On - Kotlin Multiplatform hands-on
- Ktor - a framework for building asynchronous server-side and client-side applications with ease
- Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
- Workers+D1 - D1 is Cloudflare's managed, serverless database
- Workers+Prisma - Prisma is a Next-generation ORM for Node.js & TypeScript
- Workers+Hone - Hono is a small, simple, and ultrafast web framework
Tutorial | Note |
---|---|
App Dev Tutorial SwiftUI | Apple Official Document |
CS193p - Developing Apps for iOS 2023 | Stanford University's course |
Create a Compose Multiplatform app | JetBrains Official Document |
Copyright 2022-Present RandX(010and1001@gmail.com)
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.