An Android application (Kotlin based) with a complete CRUD of users using Room Database.
To contribute, follow these steps:
- Fork this repository.
- Create a branch with your feature name:
git checkout -b mynewfeature
. - Make your changes and confirm:
git commit -m 'messagehere'
- Push your change to the original branch:
git push origin mynewfeature
- Create the pull request.
Instead, you can check the GitHub documentation Creating a Pull Request.
This project is under license. Check the file LICENSE for more details.