Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanhalley/superb-podcasts
https://github.com/evanhalley/superb-podcasts
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/evanhalley/superb-podcasts
- Owner: evanhalley
- Created: 2013-01-30T02:44:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-26T04:40:54.000Z (almost 12 years ago)
- Last Synced: 2024-11-08T00:56:35.942Z (about 2 months ago)
- Language: Java
- Size: 712 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
superb-podcasts
===============
Superb Podcast development environment setupSoftware
Eclipse IDE*
Android SDK*
*Can be downloaded as a bundle from http://developer.android.com/sdk/index.html as a bundle
GIT Client (Tortoise SVN on Windows, SourceTree on Mac OS X, whatever you can get on Linux)High Level Setup Process
1) Download install/unzip Eclipse IDE
2) Download Android SDK Tootls for Eclipse
3) Download install/unzip Android SDK
Steps 1-3 become one step if downloading the bundle from developer.android.com
4) Everything will reside in a folder, once the next steps are complete, that folder should look like:superb-podcasts/
|--SlidingMenu/
|--Superb/
|--Superb-test/a) Checkout the Superb podcasts source code, this will create a directory called superb-podcasts and check the source and test project
out to two child folders
git clone git clone [email protected]:superb-podcasts.git
b) change your directory to superb-podcasts and checkout the SlidingMenu source code
git clone git://github.com/jfeinstein10/SlidingMenu.git
5) Open Eclipse and Import Existing projects into workspace
a) navigate to superb-podcasts/SlidingMenu/library and import SlidingMenu
b) navigate to superb-podcasts/Superb and import Superb
6) At this point, Eclipse should be ready to build the project