This project aims to provide the latest 'Android Github repositories' on Android Device. It shows the list of repositories and the detailed information of the repository
Tools Used to build the application are Android, Kotlin, Java and retrofit2
- Clone this repo to your local machine using
https://github.com/codegenerator-tools/Github-Repository/Github-Repository.git
- Open Android Studio and select
File->Open...or from the Android Launcher selectImport projectand navigate to the root directory of your project. - 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'
As the app launches, it should bring the list of Android Github repositories The list should contain the repository name and the last modified timestamp. Tapping on the repository(list-item) should bring the detailed information about the repository It requires internet connection to be available in the mobile
- Added as a quick reference to get started
To get started...
-
Option 1
- 🍴 Fork this repo!
-
Option 2
- 👯 Clone this repo to your local machine using
https://github.com/harshprashar/Github-Repository.git
- 👯 Clone this repo to your local machine using
- HACK AWAY! 🔨🔨🔨
- 🔃 Create a new pull request using
https://github.com/codegenerator-tools/Github-Repository/compare/.

