Github Explorer Android App using Github Rest API web services
The goal of this application is to implement interface with Github REST API web service. It provide feature like search User's and it's details, along with list of user's Repositories, Followers and Following.
This project uses the Gradle build system. To build this project, use the
gradlew build command or use "Import Project" in Android Studio.
The official Github Documentation REST API v3 in details.
- Android
- AppCompat - Degrade gracefully on older versions of Android.
- Android Kotlin - Write more concise, idiomatic Kotlin code.
- Test - An Android testing framework for unit and runtime UI tests.
- Third party
- Retrofit to consume JSON data via HTTP REST client
- Picasso for image loading
- Custom Tabs for launching URLs in our android applications
- Multidex for Enable multidex for apps with over 64K methods
For development, the latest version of Android Studio is required with Kotlin plugin configure. The latest version can be downloaded from here.
- Start Android Studio and import or open project.
Updates will include many more android architectural pattern and updating existing components features.
./gradlew connectedCheck --stacktrace



