Stock Market Check is a native Android application developed in Kotlin, designed to provide users with easy access to stock market information. This app allows users to browse and search for publicly traded companies, view basic company information, and track real-time stock performance. With its user-friendly interface and up-to-date data, Stock Market Explorer is an ideal tool for anyone interested in staying informed about the stock market.
Architecture | Clean MVVM Architecture. |
---|---|
UI Framework | Jetpack Compose |
π Dependency Injection | Dagger-Hilt |
π Networking | Retrofit + Gson |
ποΈ Local Database | Room Database (SSOT) |
π¦ Navigation | Type-Safe Navigation |
π State Management | Flows + StateFlows |
π οΈ Dependency Management | Gradle Kotlin DSL |
π Graph Creation | YCharts |
π§ͺ Testing | JUnit + MockK |
π¦ Dependency Injection Compiler | KSP |
π CSV Parsing | OpenCSV |
π± UI Testing | Compose UI Testing |
π Linting | Ktlint |