Implement a PoC Android application to display the below details.
- A graph with the data parsed from the attached JSON details (has 3 days data)
- Line graph to be implemented with the smoothness required.
- X-axis – Number of hours (interval 4 hours of a day – 12 AM, 4AM, 8AM, 12PM, 4PM, 8PM) - Static
- Y-axis – Level values
- Swipe left in the graph to move the previous date graph display
- Graph to have gradient color line display
- Zoom In-Out functionality Color codes: Value between: 0-20 - > GREEN 21-40 -> YELLOW 41-60 -> RED 6-80 ->BLUE Development environment
- Kotlin Language
- MVVM design Pattern