MattYu / EasyPlants

Android App that waters your plants for you! Using Firebase, Humidity Sensors and Google Vision
MIT License
2 stars 0 forks source link

#13 Create prototype UI layout #13

Closed ghost closed 5 years ago

ghost commented 5 years ago

Create a prototype layout for what the application will look like. The layout should include:

1) A main page 2) A watering schedule page and form 3) A page where the user can input and view the humidity threshold 4) A button to open the camera so the user can take a picture of a plant. 5) A display that will show the current humidity reading of a monitored plant.

The layout should allow for expansion if we decide that further UI elements are needed.

This issue will help us guide the UI work and will allow us to avoid re-coding UI elements down the line.

ghost commented 5 years ago

Mostly done. Will create a new issue dedicated to opening the camera.