skia2/android_sample/SampleApp
Scroggo 2c8208f3a4 Improvements to the SampleApp (primarily Android).
Reviewed at http://codereview.appspot.com/4587042/

Android
- Added buttons for interaction without a keyboard.
- Added the ability to zoom in to a specific point (roughly).
- Added event handling (for showing a slideshow, for example).
- Allow changing screen orientation
- Updated README file, explaining how to build

Multiplatform changes
- Added SampleApp header file
- Remove FPS when turning off measure FPS mode


git-svn-id: http://skia.googlecode.com/svn/trunk@1596 2bbb7eff-a529-9590-31e7-b0007b416f81
2011-06-15 16:49:08 +00:00
..
jni Improvements to the SampleApp (primarily Android). 2011-06-15 16:49:08 +00:00
res Improvements to the SampleApp (primarily Android). 2011-06-15 16:49:08 +00:00
src/com/skia/sampleapp Improvements to the SampleApp (primarily Android). 2011-06-15 16:49:08 +00:00
Android.mk Improvements to the SampleApp (primarily Android). 2011-06-15 16:49:08 +00:00
AndroidManifest.xml Improvements to the SampleApp (primarily Android). 2011-06-15 16:49:08 +00:00
README.txt Improvements to the SampleApp (primarily Android). 2011-06-15 16:49:08 +00:00

Building the sample app for Android using an Android tree:

cd into external/skia/android_sample/SampleApp.
Type "mm" to build, and install the resulting apk.

TODO: Instructions for building from SDK/NDK