A simple Android project created to demonstrate professional GitHub setup, including Git, .gitignore, README documentation, pull request workflow, and branch protection.
- Kotlin
- Android Studio
- Jetpack Compose
- Gradle
- Git and GitHub
- Empty Android starter project
- Professional Git setup
- Secure
.gitignore - README documentation
- Pull request workflow
Make sure you have:
- Android Studio installed
- Git installed
- A GitHub account
- JDK configured through Android Studio
- Create a feature branch
- Make your changes
- Commit with a clear message
- Push your branch
- Open a pull request
- Request review
- Merge only after approval
git clone https://github.com/YOUR_USERNAME/github-practice-app.git
cd github-practice-app