A MemoryNote built using Clean Architecture, MVVM and dependency injection. Just for study purposes.
- Clean Architecture
- MVVM
- Dagger2
- Room
- Courotines
- Navigation
- ViewBinding
- S.O.L.I.D
Danilo Soares Pinheiro – [email protected]
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/danilosoarespinheiro
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request