This README would normally document whatever steps are necessary to get your application up and running.
-
Quick summary:
-
- An android application to control the mouse via Wifi.
-
Version:
- Under development.
-
Summary of set up:
-
- Clone the projects to your workspace.
-
- Import the projects to start coding.
-
Configuration
-
Dependencies
-
Database configuration
-
How to run tests:
-
- Run the desktop java application
-
- Run the mobile app
-
- Click start service in the desktop app -> show password
-
- Click start waiting in the desktop app
-
- Enter the machine IP and password to the mobile app -> Login
-
- Wait for the status in desktop app turn to "Connected to device"
-
- Click start using in desktop app
-
- Select any feature in the mobile app and start using.
-
Deployment instructions
-
Writing tests
-
Code review
-
Other guidelines
-
- Some git references:
-
-
- Clone from master:
-
-
-
-
- git clone <remote_repo>
-
-
-
-
- Clone from a specific branch:
-
-
-
-
- git clone -b <remote_repo>
-
-
-
-
- Pull from master:
-
-
-
-
- git pull
-
-
-
-
- Pull from a specific branch:
-
-
-
-
- git pull origin
-
-
-
-
- Push to master:
-
-
-
-
- git push origin master
-
-
-
-
- Push to a specific branch:
-
-
-
-
- git push -u origin
-
-
-
-
- Checkout to a new branch:
-
-
-
-
- git checkout -b
-
-
-
-
- Checkout to exist branch:
-
-
-
-
- git checkout
-
-
-
-
- See all available branch:
-
-
-
-
- git branch
-
-
-
-
- More git references at:
-
- Repo owner or admin
- Other community or team contact