Skip to content

This application is a collaborative project made by the Google Udacity Android Basics Scholars.

Notifications You must be signed in to change notification settings

ak3096/design-villa

 
 

Repository files navigation

Design-Villa

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

Getting Started

org_fork_button

  • 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

create-pr

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

pullrequest-send

Project Moderators

Contributing

Please read CONTRIBUTING.md for contributing guidelines.

About

This application is a collaborative project made by the Google Udacity Android Basics Scholars.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%