USCIS Hippo is a small project started to solve a small repetitive task. The app has usefulness if you are tired of checking USCIS processing times
First, clone the repo:
git clone https://github.com/matthewpkemp/USCISHippo.git
(These instructions were tested with Android Studio version 2.2.2, 2.2.3, 2.3, and 2.3.2)
- Open Android Studio and select
File->Open...
or from the Android Launcher selectImport project (Eclipse ADT, Gradle, etc.)
and navigate to the root directory of your project. - Select the directory or drill in and select the file
build.gradle
in the cloned repo. - Click 'OK' to open the the project in Android Studio.
- A Gradle sync should start, but you can force a sync and build the 'app' module as needed.
Connect an Android device to your development machine.
- Select
Run -> Run 'app'
(orDebug 'app'
) from the menu bar - Select the device you wish to run the app on and click 'OK'
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Retrofit2 - A type-safe HTTP client for Android and Java
- Moshi - A modern JSON library for Kotlin and Java.
This project is licensed under the MIT License - see the LICENSE.md file for details