ClaptoFindmyPhone
Screenshots
<p> <img src="./img/image_1.png" width="200px" height="auto"> <img src="./img/image_2.png" width="200px" height="auto"> <img src="./img/image_3.png" width="200px" height="auto"> <img src="./img/image_4.png" width="200px" height="auto"> </p>The application use MVVM
- Testable
- UI-independent (the UI can easily be changed without changing the system)
- Independent of databases, frameworks, external agencies, and libraries
The software architecture scheme
- The UI can only communicate with the ViewModel
- The ViewModel can only communicate with the Repository