- Android Studio
- Multible Android Devices or Emulators on different API Levels (API level 16 or higher) for testing
- can be created in Android Studion using the included AVD Manager
- A Hypixel API key for testing
- Log into github
- Fork this repository
- Clone the project to your local machine
- git command, Android Studio or some GUI (I for example used SourceTree)
- Import the projekt into Android Studio
- (Wait for the project to fully load)
- Select an Android device (physical or emulated) with an api level of 16 or higher
- create an emulated one with the AVD manager if you don't have one
- Now you can change files and test the app (don't forget to enter the api key in the settings of the app)
- Once you are you are happy with your result you can commit and push everything to a new branch of your forked project
- If you want to create a pull request you can do that on the github page of your forked project
- github automatically offers you that option once you've made changes to your forked project