dominickm / jupiter_broadcasting_mobile_community

The Jupiter Broadcasting community project.
Other
100 stars 17 forks source link

Initial HTML5 App and Android Project #9

Closed ghost closed 12 years ago

ghost commented 12 years ago

Branch Master

The UX folder holds the main HTML5 application. The app I have create codenamed ("littleBlueRocket" after the the spaceship in the logo) contains the main logic, images/icons, fonts etc. To use it you need to copy the contents of ./ux/littleBlueRocket into ./assets/www folder in your phonegap project.

Android_master

The android phonegap project folder set up for eclipse. The UX stuff is included.

The code

All the code is commented so take a look at index.html, theme.js and theme.css to see what has been set up. I'm currently using Cordova 1.9 and jQuery 1.7.2. The ui is custom made since I started before the design issues had began, Changes will be made later.

archblob commented 12 years ago

You should really break this into smaller units and make a commit for each of them.

ghost commented 12 years ago

Michael ask me to commit my code. I never really considered that I should have split it for each item, I will close the pull request, delete the files from my fork and then recommit it with a comment for each item.