forked from rngadam/XinCheJian-Workshops
-
Notifications
You must be signed in to change notification settings - Fork 4
Workshop1
rngadam edited this page May 27, 2011
·
1 revision
- Why use Android for robotics?
- What's available for Android?
- How do I setup source control?
- How to setup the Eclipse and environment?
- Basics of Android application programming
- Writing your first Android program
- How to commit your changes
- Source and packages
- AndroidManifest.xml: permissions and intents
- android.jar: rich library
- R.java: generated resources references
- Activity: user interface
- res > layout > main.xml
- Share your project
- Right-click project > Team > Share > Select type git > Next > Select existing repository > Finish
- Commit your base project
- Right-click project > Commit > select all
- Deselect manually files in bin/
- Commit