HeaderSIS.jpg

IS480 Team wiki: 2012T1 SincereNet Technologies and References

From IS480
Jump to navigation Jump to search
SincereNet Logo 2.png
Home Mid Term Our Team Project Description Documentation Project Management Magician spidey.png Technologies & References Our Thoughts

Technologies & References

Team Existing Hardwares
  • 3 Android phones: 1 Samsung, 2 HTC
  • 4 Laptops (1 MAC, 3 PCs)
  • Software Development Requirements
    TechnologiesNew.png
  • PHP - Web services required for the android phone image upload services.
  • Eclipse IDE - To develop our Android mobile application using their native programming languages.
  • Android SDK and Eclipse ADT plugins - To develop our android application and using their native programming languages.
  • Java Platform Standard Edition 7.
  • FileZilla - An FTP Client to access B1G1 web server production.
  • SVN Tortoise - A SVN Client to connect to our SVN repository.
  • Drupal 6.x (CMS) - To host a widget of livefeed updates contributed by Worthy Cause Team Members.
  • WAMP Webserver 2.2 - For our Drupal web application development and access MySQL services.
  • MySQL 4.1 Database
  • Software Licencing Requirements
  • Hockey Kit: It helps to upload Mobile App in a format of .apk.
  • References
  • Android SDK / Hockey Kit [1]
  • Open Source Codes

    Installation

  • The official site for Android developers. Provides the Android SDK and documentation for app developers and designers: http://developer.android.com/index.html
  • Android Icon design guidelines: http://developer.android.com/guide/practices/ui_guidelines/icon_design.html
  • Hello, Android (3rd edition): Introducing Google's Mobile Development Platform (Book): http://pragprog.com/book/eband3/hello-android
  • Hello Android Tutorial source codes (book examples): http://pragprog.com/titles/eband3/source_code
  • Eclipse IDE: http://www.eclipse.org/downloads/packages/eclipse-classic-42/junor
  • Android SDK: http://developer.android.com/sdk/index.html
  • Android for Eclipse plugin: http://developer.android.com/tools/sdk/eclipse-adt.html
  • JDK SE 7: http://www.oracle.com/technetwork/java/javase/downloads/index.html
  • Subclipse (Subversion plugin for eclipse): http://marketplace.eclipse.org/content/subclipse
  • Instructions after installing Subclipse plugin: https://wiki.engr.illinois.edu/display/cs125/Eclipse+and+SVN+Instructions

    Splash Page

    User Login functionality

    Navigation tabs UI component

    ContextMenu UI component

    Upload Image to Database

    Upload diary description

    Filter effects

    Camera functionality

  • http://developer.android.com/guide/topics/media/camera.html#custom-camera
  • http://developer.android.com/training/camera/cameradirect.html
  • http://www.vogella.com/articles/AndroidCamera/article.html
  • http://code.google.com/p/openmobster/wiki/CameraTutorial#Step_1:__Create_a_class_that_extends_and_implements_.Callback
  • http://developer.android.com/training/camera/photobasics.html
  • http://stackoverflow.com/questions/2864271/how-to-access-gallery-camera-media-videos-and-display-it-in-list-on-button-cl
  • http://stackoverflow.com/questions/tagged/android-camera?sort=active&pagesize=50
  • http://stackoverflow.com/questions/11688360/capturing-image-with-camera-and-put-an-imageview-on-that-how,
  • http://stackoverflow.com/questions/8619854/camera-overlay-picture-black
  • http://developer.android.com/training/camera/photobasics.html#TaskPhotoView
  • http://stackoverflow.com/questions/8697684/taking-and-saving-picture-android-camera-the-picture-is-not-saved-on-my-device
  • http://stackoverflow.com/questions/5469954/android-image-save-to-res-drawable-folder
  • http://stackoverflow.com/questions/11884438/pause-activity-while-waiting-for-picturecallback-to-occur
  • http://stackoverflow.com/questions/11880363/display-image-in-another-activity-after-capture-in-android
  • http://stackoverflow.com/questions/11880253/modify-android-crop-intent
  • http://dharmendra4android.blogspot.in/2012/04/save-captured-image-to-applications.html
  • http://stackoverflow.com/questions/6391873/how-to-use-a-clicked-picture-in-a-new-activity?rq=1
  • http://itp.nyu.edu/~sve204/mobilemedia_spring10/androidCamera101.pdf
  • http://stackoverflow.com/questions/6932286/start-edit-activity-right-after-picture-is-taken-at-action-image-capture-activit?rq=1
  • http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=113770
  • http://stackoverflow.com/questions/2478615/android-textview-with-scrollbars-and-maxheight?lq=1
  • http://stackoverflow.com/questions/1748977/making-textview-scrollable-in-android
  • http://www.technotalkative.com/android-development-tipstricks/
  • http://www.technotalkative.com/android-launch-native-camera-application-to-capture-image-and-use-it-inside-imageview/
  • http://stackoverflow.com/questions/9711983/android-cropping-after-camera-and-gallery-intents-gives-strange-results?rq=1
  • http://stackoverflow.com/questions/9078463/how-to-crop-image-from-my-app-with-gallery?rq=1
  • http://stackoverflow.com/questions/9525127/android-stretch-crop-image-but-remains-aspact-ratio?rq=1
  • http://stackoverflow.com/questions/7266572/how-to-save-images-from-camera-in-android-to-specific-folder
  • http://www.marceloduende.com/blog/?p=1
  • http://www.helloandroid.com/tutorials/how-download-fileimage-url-your-device
  • http://developer.android.com/reference/android/graphics/BitmapFactory.html#decodeResource%28android.content.res.Resources,%20int,%20android.graphics.BitmapFactory.Options%29
  • http://developer.android.com/reference/android/widget/ImageView.html#setImageBitmap%28android.graphics.Bitmap%29
  • http://stackoverflow.com/questions/5774872/how-to-capture-a-custom-image-size-with-the-camera-in-android
  • http://stackoverflow.com/questions/8008915/how-to-send-image-from-one-activity-to-another-activity-that-is-selected-from-th?lq=1
  • http://developer.android.com/training/basics/intents/filters.html
  • http://stackoverflow.com/questions/2085003/how-to-select-and-crop-an-image-in-android?rq=1
  • http://stackoverflow.com/questions/4715044/android-how-to-convert-whole-imageview-to-bitmap
  • http://developer.android.com/reference/android/widget/ImageButton.html
  • http://www.linuxtopia.org/online_books/android/devguide/guide/topics/ui/menus.html
  • http://stackoverflow.com/questions/2085003/how-to-select-and-crop-an-image-in-android?rq=1
  • http://mobile.tutsplus.com/tutorials/android/android-sdk-sending-pictures-the-easy-way/
  • http://stackoverflow.com/questions/5814144/how-to-upload-photo-in-twitter-from-android?rq=1
  • http://stackoverflow.com/questions/5801919/how-to-upload-photo-in-facebook-from-gallery-in-android?rq=1
  • http://stackoverflow.com/questions/7887078/android-saving-file-to-external-storage/7887114#7887114 (+15)
  • http://stackoverflow.com/questions/8560501/android-save-image-into-gallery (-1)
  • http://stackoverflow.com/questions/8686007/how-to-save-a-bitmap-into-phones-gallery
  • http://stackoverflow.com/questions/9126249/how-to-store-image-to-phone-gallery (+5)
  • http://stackoverflow.com/questions/11241027/android-upload-image-to-mysql http://technotzz.wordpress.com/2012/04/25/save-image-in-mysql-database/
  • http://stackoverflow.com/questions/6042416/build-a-photo-upload-application-in-android
  • http://stackoverflow.com/questions/11154251/sessions-and-file-upload-between-drupal-and-android****
  • http://groups.drupal.org/node/43682
  • http://www.drupalgardens.com/content/where-do-images-uploaded-site-get-saved

    Livefeed Functionality

  • http://www.androidhive.info/2012/02/android-custom-listview-with-image-and-text

    Uploading image to server

  • http://russenreaktor.wordpress.com/2010/02/20/solved-android-save-image-to-media-provider-on-android
  • http://www.thaicreate.com/mobile/android-json-progressbar-progressdialog.html

    Facebook social media link from application

  • https://developers.facebook.com/apps
  • https://developers.facebook.com/docs/mobile/android/build/#register

    GPS feature

  • http://code.google.com/p/gexplorer/downloads/list
  • https://developers.google.com/maps/documentation/android/hello-mapview

    GoogleAnalytics

  • http://code.google.com/p/analytics-api-samples/downloads/list

    Twitter

  • https://github.com/brione/Brion-Learns-OAuth
  • https://dev.twitter.com/docs/auth