-
Notifications
You must be signed in to change notification settings - Fork 0
Home page
System.out.println("Welcome to CampusSynergy");
-If you feel lazy just download the ADT bundle (Eclipse bundle) for your platform. we will be using eclipse since android studio is still in beta as of the time that i am writing this.(Aug 1, 2013).
-SDK Download link: http://developer.android.com/sdk/index.html
-If you dont know what is your platform, you are reading this by mistake, please close.
-Excellent tutorials can be found on thenewboson.com, mybringback.com
-HELP->INSTALL NEW SOFTWARE, or using the eclipse software enter on newer eclipse builds.
$ git clone https://bitbucket.org/zdveloper/campussynergy.git
-Read this: https://developers.google.com/maps/documentation/android/
-More Specific: https://developers.google.com/maps/documentation/android/start#installing_the_google_maps_android_v2_api
-Note: some options might not apply since we already configured most of the stuff for you inside the code.
a. External Build Libraries: google-play-services_lib, details in the above link.
b. SDK debug map key inside the AndroidManifest.xml (this wont be required once we get the release keys).
##Feel free to ignore the rest for now.
This wiki uses the Markdown syntax.
The wiki itself is actually a git repository, which means you can clone it, edit it locally/offline, add images or any other file type, and push it back to us. It will be live immediately.
Go ahead and try:
$ git clone https://bitbucket.org/zdveloper/campussynergy.git/wiki
Wiki pages are normal files, with the .md extension. You can edit them locally, as well as creating new ones.
You can also highlight snippets of text (we use the excellent Pygments library).
Here's an example of some Python code:
def wiki_rocks(text):
formatter = lambda t: "funky"+t
return formatter(text)
You can check out the source of this page to see how that's done, and make sure to bookmark [the vast library of Pygment lexers][lexers], we accept the 'short name' or the 'mimetype' of anything in there. [lexers]: http://pygments.org/docs/lexers/
Have fun!