https://github.com/darvid7/forkme-mobile
FIT3027 Android-iOS Project: A Trending :chart_with_upwards_trend: Github Repository Viewer :octocat: (wip)
https://github.com/darvid7/forkme-mobile
android github java repositories trending
Last synced: 7 months ago
JSON representation
FIT3027 Android-iOS Project: A Trending :chart_with_upwards_trend: Github Repository Viewer :octocat: (wip)
- Host: GitHub
- URL: https://github.com/darvid7/forkme-mobile
- Owner: darvid7
- License: mit
- Created: 2017-03-30T08:12:03.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2018-07-07T14:01:46.000Z (over 7 years ago)
- Last Synced: 2025-03-20T08:44:59.815Z (7 months ago)
- Topics: android, github, java, repositories, trending
- Language: Java
- Homepage:
- Size: 28.2 MB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ForkMe
Is a GitHub :octocat: Trending 📈 Repository viewer Android app!
WIP: Will make things dynamically update by 2018.
You can browse trending repositories, star repositories and connect with other devs.
This application was my final project for FIT3027: Android & iOS at Monash University.
It makes use of:
- Atlassian/[Java-Commonmark](https://github.com/atlassian/commonmark-java)
- Square/[Retrofit](https://github.com/square/retrofit)
- Square/[Picasso](https://github.com/square/picasso)
- Google/[Gson](https://github.com/google/gson)
- mikepenz/[Materialdrawer](https://github.com/mikepenz/MaterialDrawer)
- flschweiger/[SwipeStack](https://github.com/flschweiger/SwipeStack)
- SufficientlySecure/[html-textview](https://github.com/SufficientlySecure/html-textview)
- geniushkg/[github-oauth](https://github.com/geniushkg/github-oauth)## To run this
Make a GitHub application and put your application `Client ID` and `Client Secret` in `dlei.forkme.AppCredential`
```java
package dlei.forkme;public class AppCredentials {
public static String clientId = "Put your app id here";
public static String clientSecret = "Put your app secret here";
}
```## Screenshots
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
More screen shots can be found in `/Screens`
## Where to now
I will plan on working on this occasionally when I have time and use it as an excuse to learn Kotlin/get better at android :fire:
## Contributing
If you feel like contributing please **Fork Me** :wink: 🎉
Note: This application is not associated with GitHub in any way.