All Projects β†’ darvid7 β†’ ForkMe-Mobile

darvid7 / ForkMe-Mobile

Licence: MIT license
FIT3027 Android-iOS Project: A Trending πŸ“ˆ Github Repository Viewer (wip)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to ForkMe-Mobile

Tutorials
Tutorials for creating figures, tables, or other content for AAS Journals.
Stars: ✭ 35 (+169.23%)
Mutual labels:  repositories
hacker-feeds-cli
πŸ“° A command line tool for Hacker News、 Product Hunt、 GitHub Trending 、Reddit and V2EX feeds.
Stars: ✭ 129 (+892.31%)
Mutual labels:  trending
DSA
Write DSA Codes into it
Stars: ✭ 18 (+38.46%)
Mutual labels:  trending
Naos
A mildly opiniated modern cloud service architecture blueprint + reference implementation
Stars: ✭ 19 (+46.15%)
Mutual labels:  repositories
youtube-trending-videos-scraper
A scraper for videos that are trending on YouTube (https://www.youtube.com/feed/trending)
Stars: ✭ 21 (+61.54%)
Mutual labels:  trending
e-commerce-suit-in-flutter
A playground for your e-commerce app.
Stars: ✭ 105 (+707.69%)
Mutual labels:  trending
IIITDMK Courses Repositories
A collection of course repositories of IIITDM Kancheepuram students
Stars: ✭ 25 (+92.31%)
Mutual labels:  repositories
Github Trending Repos
Track GitHub trending repositories in your favorite programming language by native GitHub notifications!
Stars: ✭ 2,202 (+16838.46%)
Mutual labels:  trending
hackertab.dev
Hackertab turns your New Tab page into a geeky one that keeps you as a developer updated with the best tools, news, jobs and events.
Stars: ✭ 229 (+1661.54%)
Mutual labels:  trending
starcli
✨ Browse trending GitHub projects from your command line
Stars: ✭ 436 (+3253.85%)
Mutual labels:  trending
Interesting-Things-on-GitHub
[INACTIVE] News on GitHub, featured by Huei Tan πŸ˜„
Stars: ✭ 29 (+123.08%)
Mutual labels:  trending
GithubSquare
Explore the most starred projects , trending developers , popular repositories of any date and face off Github Profiles of your choice.
Stars: ✭ 37 (+184.62%)
Mutual labels:  trending
g-trends
Google Trends API for PHP
Stars: ✭ 88 (+576.92%)
Mutual labels:  trending
tainacan
A flexible and powerful repository platform for WordPress
Stars: ✭ 67 (+415.38%)
Mutual labels:  repositories
Linkees
Awesome Linktree clone made with React βš›οΈ
Stars: ✭ 68 (+423.08%)
Mutual labels:  trending
Windows-911
Curated list of FREE emergency resources when you find yourself in the inevitable pickle with Windows. PRs welcome!
Stars: ✭ 24 (+84.62%)
Mutual labels:  repositories
go-trending
Trending algorithm based on the article "Trending at Instagram"
Stars: ✭ 40 (+207.69%)
Mutual labels:  trending
GitHubTrending
GitHub Trending publisher
Stars: ✭ 19 (+46.15%)
Mutual labels:  trending
treview
Viewer for GitHub Trending. You never see same project on GitHub trending.
Stars: ✭ 15 (+15.38%)
Mutual labels:  trending
oneroof
Learn about firebase crud operation authentication, animation
Stars: ✭ 15 (+15.38%)
Mutual labels:  trending

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:

To run this

Make a GitHub application and put your application Client ID and Client Secret in dlei.forkme.AppCredential

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 πŸ”₯

Contributing

If you feel like contributing please Fork Me πŸ˜‰ πŸŽ‰

Note: This application is not associated with GitHub in any way.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].