Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2030370
  • 博文数量: 413
  • 博客积分: 10926
  • 博客等级: 上将
  • 技术积分: 3862
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-09 18:14
文章分类

全部博文(413)

文章存档

2015年(5)

2014年(1)

2013年(5)

2012年(6)

2011年(138)

2010年(85)

2009年(42)

2008年(46)

2007年(26)

2006年(59)

分类:

2011-06-01 18:08:18

  1. Docs
    • http://developer.android.com/reference/android/gesture/package-summary.html
    • http://developer.android.com/resources/articles/gestures.html
  2. Sample

    • http://android-journey.blogspot.com/2010/01/android-gestures.html

  3. Summary
    A gesture is a hand-drawn shape on a touch screen. It can have one or multiple strokes. Each stroke is a sequence of timed points. A user-defined gesture can be recognized by a GestureLibrary and a built-in alphabet gesture can be recognized by a LetterRecognizer.  (Sample app: mysign)

    With Android package android.gesture, you can store, load, draw, and recognize gestures.
  4. Classes
    • GestureLibrary
    • GestureOverlayView
    • Prediction
    • GestureDetector
    • OnGestureListener
  5. xx
阅读(774) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~