Application to list all Java Developers in the Andela Nairobi Campus as provided by the GitHub API.
The Mockup (wireframes) screens of this application can be found at this URL https://marvelapp.com/9h06d0h
Summary of the Mockups
Application Mockups demo
Application Splash Screen
Java Developers List
Developer Details
Share Developer Profile Intent
- First change to a directory you want to would like the application to be then clone the GitHub repository.
Run the command
git clone https://github.com/wasswa-derick/NairobiJavaGeeks.git
- Launch Android Studio and Import the project from the directory where it was cloned.
- Run the application.
Espresso tests can be run using:
./gradlew connectedCheck
./gradlew connectedAndroidTest
JUnit tests can be run using one of the following:
./gradlew test
./gradlew check
./gradlew build
Jacoco Tests report (Run both instrumented and unit tests at once).
./gradlew jacocoTestReport