This app aims to showcase the changes in the grids in real-time to the user along with specifications on the current status of the grid. This app was coded using Java on Android Studio.
The main challenge that we faced while making this app was finding a suitable way to showcase the data. The solution that we thought was best was using cards with changing background colors to show the changes in the respective grids in real-time.
We used Firebase to fetch the data, and RecyclerView along with cards to show the data, which when clicked led to another activity with a detailed description about the problem. And finally, in the end, we used separate colors for successful outputs, internal errors, and Arduino errors which change color based on the data as soon as it is changed in Firebase.