Difference between revisions of "Android Development"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
m
Line 1: Line 1:
Rough Tasks: 3/30/11
+
====Rough Tasks: 3/30/11====
  *Basic UI elements + actions
+
*Basic UI elements + actions
  *Send information from tablet to linux computer/wall (map out what kind of data)
+
*Send information from tablet to linux computer/wall (map out what kind of data)
  *Sensor (accelerometer, gyro, camera) usages
+
*Sensor (accelerometer, gyro, camera) usages
  *touch ability on a 2d area  
+
*touch ability on a 2d area  
  *Application on the wall? Ex. flight simulator navigation, pitch, speed,  
+
*Application on the wall? Ex. flight simulator navigation, pitch, speed,  
  
  *....Ar toolkit?
+
*....Ar toolkit?
  
Android Basics:
+
====Android Basics:====
Sandboxed in a linux environment, each application is actually a user
+
*Sandboxed in a linux environment, each application is actually a user
  
Model View Controller setup
+
*Model View Controller setup
Model - Content providers
+
**Model - Content providers
View - XML
+
**View - XML
Controller - Activity, or Service
+
**Controller - Activity, or Service
 +
 
 +
 
 +
====Other possibilities====
 +
Corona Sdk
 +
[[HTML5 DeviceMotionEvent http://www.gauravmanek.com/blog/?p=33]]

Revision as of 14:14, 3 April 2011

Rough Tasks: 3/30/11

  • Basic UI elements + actions
  • Send information from tablet to linux computer/wall (map out what kind of data)
  • Sensor (accelerometer, gyro, camera) usages
  • touch ability on a 2d area
  • Application on the wall? Ex. flight simulator navigation, pitch, speed,
*....Ar toolkit?

Android Basics:

  • Sandboxed in a linux environment, each application is actually a user
  • Model View Controller setup
    • Model - Content providers
    • View - XML
    • Controller - Activity, or Service


Other possibilities

Corona Sdk HTML5 DeviceMotionEvent http://www.gauravmanek.com/blog/?p=33