Home | History | Annotate | Download | only in articles

Lines Matching full:can

5 mobile devices. With a touch screen, users can easily tap, drag, fling,
14 recognize gestures. This article will show you how you can use the
18 GesturesDemos.zip&can=2&q=#makechanges">download the source code
24 on the emulator, called Gestures Builder. You can use this application to create
27 can find the source code of Gestures Builders in the samples directory of each
35 <p>As you can see, a gesture is always associated with a name. That name is very
37 do not have to be unique. Actually it can be very useful to have several
48 application. This can be achieved in several ways but the easiest is to use the
57 <code>/res/raw/spells</code>. You can easily load libraries from other sources,
78 drawing board on which the user can draw his gestures. You can tweak
88 <p>When the listener fires, you can ask the <code>GestureLibrary</code>
113 this is all the code you need to create a simple application that can
123 However, as its name suggests, it can also be used as an overlay on top
124 of other views. This can be useful to recognize gestures in a game or
168 (like <code>action_delete</code>) can immediately be recognized as a
207 <p>Adding support for gestures in your application is easy and can be a valuable