Trading App
Uses the Investors Exchange api to get a list of stock data in CSV to json format. The list of stocks is displyed in the first screen. Clicking on a listing takes the user to the details screen where the stock pricing information, company information and ohcl chart of the stock price is displayed.
Uses
- Open Source API
- DI (Dagger Hilt)
- JetPack Compose
- Kotlin Corotines
- Sealed Classes /
- Suspended functions
- Retrofit & Okhttp3
- Rx Kotlin