finance app that displays real-time stock market information sourced from the Yahoo Finance API. Users can monitor market volume, regular market change for stocks. It provides comprehensive insights into stock performance.
• MVVM: as the main architecture of the application.
• ViewModel : Store and manage UI related data in a lifecycle aware.
• Ktor: HTTP request.
• Room: a persistent layer for the app to save and cache app Data.
• Koin: Dependency injection library.
• Coroutines: Light-weight Threads allows to write asynchronous non blocking code.
• Kotlin Flow: A modern and reactive approach to handle asynchronous data streams.
• Kamel: Caching and loading images.
•Jetpack Compose: Modern toolkit for building native Android UIs.
• MVVM: as the main architecture of the application.
• ViewModel : Store and manage UI related data in a lifecycle aware.
• Ktor: HTTP request.
• Room: a persistent layer for the app to save and cache app Data.
• Koin: Dependency injection library.
• Coroutines: Light-weight Threads allows to write asynchronous non blocking code.
• Kotlin Flow: A modern and reactive approach to handle asynchronous data streams.
• Kamel: Caching and loading images.
•Jetpack Compose: Modern toolkit for building native Android UIs.