Get api key from following websites to get recent data
| Sr.No. | Website | Key | Location |
|---|---|---|---|
| 1. | Cricket Data | CRICKET_API_KEY | local.properties |
| 2. | News Feed | NEWS_API_KEY | local.properties |
| 3. | Google Maps | google_maps_key | strings.xml |
- Accompanist
- System UI Controller: https://google.github.io/accompanist/systemuicontroller
- Navigation Animation: https://google.github.io/accompanist/navigation-animation
- Horizontal Pager: https://google.github.io/accompanist/pager/
- Dependency Injection: https://developer.android.com/training/dependency-injection/hilt-android
- HTTP client: https://ktor.io/docs/welcome.html
- Widgets: https://developer.android.com/jetpack/androidx/releases/glance
- Maps: https://medium.com/mobile-development-group/google-maps-android-api-v2-aa62e6fa0fbc
- Current match list: uses horizontal scroll pager to navigate between current matches
- Series list: uses lazy column to load and display series list
- Series info: uses bottom sheet to display series info
- Widget: use androidx glance api to display compose widget
- Map View: mark cricket playing countries on google map
- News Feed: displays news related to cricket





