https://github.com/joaquin144/stock-app
Clean Architecture App
https://github.com/joaquin144/stock-app
android clean-architecture compose-ui dependency-injection solid-principles stock-api
Last synced: about 1 month ago
JSON representation
Clean Architecture App
- Host: GitHub
- URL: https://github.com/joaquin144/stock-app
- Owner: Joaquin144
- Created: 2022-07-08T20:55:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T23:53:28.000Z (almost 4 years ago)
- Last Synced: 2025-08-19T13:41:40.270Z (10 months ago)
- Topics: android, clean-architecture, compose-ui, dependency-injection, solid-principles, stock-api
- Language: Kotlin
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
This app is built using Jetpack Compose.
It implements:---
1. Clean Architecture (but without use cases)
2. Dependency Injection with Hilt
3. Compose Ui
4. Canvas to draw graph
5. API Request
6. CSV Parsing
7. Caching Api results locally in mobile
8. SOLID Principles
9. Last but not least built with 💖 by DevCommOp