This application is a collaborative project made by the Google Udacity Android Basics Scholars.
Design Villa is what we'd like to call the Layout Designer App. The app shall present the user with a list of different kinds of UI snapshots. A user can choose a layout and see it's corresponding XML code. Since the audience for the app would be Android Basics Scholars, the UI screenshots will be categorized as follows:
- Single Screen Apps
- Just Java Apps
- Court Counter Apps
- Quiz Apps
- Miscellaneous
- Fork the Base repository
- Clone the forked repo to your local system
git clone <your-forked-repo-url>
- Checkout to the specified branch where you'll need to make your changes
cd design-villa
git checkout <branch-name>
-
Make your changes
-
Run
add
command to add new files, if any
git add --all
- Commit your changes by suppyling appropriate commit messages
git commit -m '<commit#num>' -m '<commit-msg1>' -m '<commit-msg2>' -m '<commit-msg3>'
- Push your changes to your remote repo
git push origin <branch-name>
- Raise a Pull request from your remote repo to the original base repo
Add a title and a description of the changes made, add a screenshot or a GIF of the changes if applicable & mention your Slack ID
- Divya Thakur
- Lianding
- Mahima
- Masum
- Prasad Bankar (psbankar)
- Shivanshu Srivastava (FlyingKripto)
- Tanay
Please read CONTRIBUTING.md for contributing guidelines.