dougblack / nextbus

GT NextBus - An Android app
17 stars 6 forks source link

Dead project alert.

GT NextBus

Features Currently Being Worked On

Features to Consider

Already Completed

Preferences for code are:

Quick Documentation

How to have a working source

Necessary libraries are:

Random Notes for Documentation

Sample Route/Direction/Stop tag/titles:

RouteTitle: "Red" [Not used]
RouteTag: "red"    
DirectionTitle: "To Transit Hub"
DirectionTag: "hub"    
StopTitle: "Recreation Center"
StopTag: "recctr"

Sample Coding Style:

public class MyClass {
    public static final int SOME_CONSTANT = 42;
    public int publicField;
    private static MyClass sSingleton;
    int mPackagePrivate;
    private int mPrivate;
    protected int mProtected;
}

Activities

Backend

Old README Below

An Android client for the Georgia Tech Nextbus stop service.

Link:

Development has ceased due to lack of time and working Android device. However, it's been installed over 1000 times and has over 500 active users. I'd love it if some other kind soul could take over development to provide the Georgia Tech student body with a beautiful, simple Android Nextbus app.

I hope you decide to fork/pull and help out. Contact me if you have any questions!