A Java based Android Application to fetch GOT character names from GOT JSON API
- Basic Knowledge and Implementation of Git and Github.
- Brief insight about JSON API and its fetching.
- Android Studio with Latest Version Installed on your Local Machine.
We welcome your contributions. Please follow the below guidelines while contributing to this project:
- Fork the repository and clone locally.
- Create an upstream remote and sync your local copy before you branch. See detailed instructions here
- Create seperate braches for each seperate piece of work.
- Do the work and commit changes with good commit messages.
- Test whatever you made in Android versions 4.1.x and above.
- Once you are confident in your work, create a pull request to the
main
branch of upstream repository with proper descriptions explaining what you did and wait until we review it.
Check out GitHub Flow for more details.
For more resources regarding Android Development, you can refer the Official Guide from Google.
- To know more about JSON API, you can refer to JSON API
Happy Coding ✌️