Rettina (Real-Time Transit Traveler Information) is an Android based smartphone application for sharing and collecting real-time transit traveler information. Presented in a sleek package, users will have access to real-time public transportation information such as time of arrival estimates, location, schedules, as well as information about the ride experience.
Installation on Eclipse
If .ZIP File Available
- Download the .ZIP file
- Open Eclipse
- Download the Android SDK
- Open the SDK Manager (In the top left of Eclipse)
- Download the following
- Google Play Services, Android Support Library, Android SDK Tools, Android SDK Build-Tools, Android Platform Tools, SDK Platform for Android 5.0.1 API 21 -NOTE: It's recommended to install and keep up to date all the files in the SDK Manager
- Download the following
- Right-click (two finger click Mac) in the package explorer, select "Import"
- Select "Archive File"
- Click "Browse" and select the downloaded .ZIP file
- Click "Finish"
- The project should be created in the package explorer
- Double click the "Rettina" package, and right click the Manifest.xml file
- Hover over "Run as" and select "Run Configurations". This should bring up a new window to set the run configurations
- On the left side of the screen find the section titled "Android Application." If Rettina is already listed, click it, otherwise right click "Android Application" and select "New"
- Name the configuration, preferably "Rettina". Ensure the project under the "Project Section" is "Rettina"
- Ensure "Launch Default Activity" is selected
- Click "Run"