Plantery will remind you to maintain and help you adjust your hydroponic condition easier. It is connected to your hydroponic device. This app encourages you to grow your own plant amidst your busy life.
- Manual maintenance (tasks which should be done manually by user)
- Automatic maintenance (setup which you can adjust from your phone)
- Supplies requirements (variables which affect the plants growth)
- and more
The whole functionality is implemented inside the domain folder, where the repository accesses remote and local data from the data folder and provides it to the viewmodel using the Use Case (Clean Architecture).
- Use of open source api.
- Usage of android Data binding.
- MVP Architecture