An android application that tracks pets. It uses the pet finder api.
Clone this repository to your local repository. Open it with your favourite IDE (ANDROID STUDIO). Build it and run it using build in AVD.
What things you need to install the software and how to install them You need the following software's installed:
- java
- JDK - Java Development Kit
- Gradle
- Android virtual device
- An IDE - ANDROID STUDIO
To confirm run the following command on linux
$ java --version
$ gradle --version
Give examples
- Clone this project using
git clone https://github.com/lanarokip/score.git
Open the folder with your favourite IDE.
- Navigate into the
src/main/java/App.java
and click run in androidStudio . - click on the run button and navigate to the AVD .
-espresso test
-unit test for java -instrumentation tests for ui
## Built With
* Gradle
* Maven
* Java
## Versioning
version 1.0
## Author
* **Kiprotich Michael** **
## Contact Information
If you have any question or contributions, please email me at [michael.kiprotich@student.moringaschool.com]
## License
MIT License:_
Copyright (c) 2022 **Michael Kiprotich**
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.