“A fictional oscar voting”!
You can check the API docs here.
Develop to "DS151 - Desenvolvimento para Aplicativos Móveis", UFPR
Built with Java, Retrofit2 and AsyncTask
Before you begin, ensure you have met the following requirements:
- You have installed the API 22 version of Android
Run with Android Studio
To contribute to "oscarApp_android", follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.