Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
realityexpander authored Jun 2, 2022
1 parent f6c95dc commit f6315ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Stock Tracking App using SOLID architecture, uses Hilt, Room, Compose, Coroutine
- Search is interruptable

---- Tech used ----
- List of stocks is cached locally in a Room database
- Uses custom query for Room database
- Shows proper use of Dagger-Hilt & SOLID architecture
- Uses compose for view layer, ViewModel and mutableState to send UI events
- List of stocks is cached locally in a `Room` database
- Uses custom query for `Room` database
- Shows proper use of `Dagger-Hilt` & SOLID architecture
- Uses compose for view layer, `ViewModel` and `mutableState` to send UI events
- Uses Resource sealed class to handle errors and messaging
- Custom CSV parsers using OpenCSV for Company Listings and Intraday price info
- Custom CSV parsers using `OpenCSV` for Company Listings and Intraday price info
- Custom canvas drawing using interop to android XML text rendering
- Graph uses Bezier curves

Expand Down

0 comments on commit f6315ae

Please sign in to comment.