Improvements to the SampleApp (primarily Android).
authorScroggo <Scroggo@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 15 Jun 2011 16:49:08 +0000 (16:49 +0000)
committerScroggo <Scroggo@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 15 Jun 2011 16:49:08 +0000 (16:49 +0000)
commit2c8208f3a444098aee562f5a1ef620142807eda2
tree2cec47af682b4db690439fcb02e569f501074244
parent25e92838a9af4885670fe7ff6950da0994cfb958
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
android_sample/SampleApp/Android.mk
android_sample/SampleApp/AndroidManifest.xml
android_sample/SampleApp/README.txt
android_sample/SampleApp/jni/sample-jni.cpp
android_sample/SampleApp/res/menu/sample.xml
android_sample/SampleApp/res/values/strings.xml
android_sample/SampleApp/src/com/skia/sampleapp/SampleApp.java
android_sample/SampleApp/src/com/skia/sampleapp/SampleView.java
include/views/SkOSWindow_Android.h
samplecode/SampleApp.cpp
samplecode/SampleApp.h [new file with mode: 0644]