HackerNews-KMP
HackerNews-KMP copied to clipboard
This is a Hacker News reader app implemented using Kotlin Multiplatform Compose for Android and iOS.
Hacker News KMP
This project is designed to showcase the capabilities of Kotlin Multiplatform Compose by implementing both Android and iOS apps. The aim is to demonstrate how effectively this framework can create cross-platform applications and learn new concepts I hadn't encountered before.
Download
Article
How to Develop and Publish an App on Two Platforms Within a Week?
Tech Stack
- Entire project written in Kotlin
- UI developed with Compose Multiplatform, following Material 3 guidelines
- Asynchronous tasks handled with Coroutines
- Dependency injection managed with Koin
- API interactions handled by Ktor Client
- Time conversions using kotlinx-datetime
- Serialization managed by kotlinx-serialization
For the full list of dependencies used in the project, please check this file.
Architecture
Architecture follows MVVM and Clean Architecture.
Contribution
You're welcome to submit PRs to this repo! I'm using Git Flow, so please create a feature branch for your work. When you're ready to submit a PR, set the base branch to develop. I'll review it as soon as I can.