Direct Download: Download the app
-
Fork this repository. Click on the symbol at the top right corner.
-
Clone the Repository:
git clone https://github.com/vickyrules/Lost_n_Found.git
-
Open Android Studio, Navigate to the project directory and import/open project.
-
Connect a physical Device or create a Emulator:
1.Open the AVD (Android _Virtual _Device) Manager and then clicking Tools → AVD Manager. 2.Click_on Create Virtual Device at the right bottom of the AVD Manager dialog-window. 3.Choose a hardware and API level setup and then click Next. 4.Select the system_image for a particular API level and then click Next. 5.Change AVD properties as you needed and then click Finish.
-
Click on run.
- Make all changes of source code in new branch.
- Stage your changes and commit
#Add changes to Index
git add .
#Commit to the local repo
git commit -m "<your_commit_message>"
- Push your local commits to the remote repo.
git push
- Create a PR which will be promptly reviewed and suggestions would be added to improve it.
- Add Screenshots to help us know what this Script is all about.