New Android API provides any app with Gestures

Android application developers now have a new option available when providing features t their users. The gesture search functionality released as an API by Google allows any application to quickly and easily build in searching through gestures and gesture based navigation.

Gesture based search first debuted on Android as an application created by Google Labs. It built on top of the standard Android search functionality, but was at first able to allow users to draw characters on the screen, which were subsequently recognised and turned into queries.

With this new API, developers will be able to enable two different gesture based activities. The simplest to implement is to add gesture based searches on to existing search activities. This will enable behaviour similar to the Gesture Search original app, but specific to that particular application's data. The second option is to enable gesture based navigation. While this hasn't been covered in any demos, it provides a potent option for enabling better user experience in Android applications, particularly for enabling the quick and simple use of apps on the go.

Details about the API, along with samples of how to use it, are available on the Google Code Blog.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Programs must be written for people to read, and only incidentally for machines to execute.”