Adding gesture builder to my app? - android

Building gestures in advance and forcing the user to use them is ok, but what would be great is if the end user could define their own gestures for my application. Once great example that does this is the Dolphin web browser.
Does anyone have any good links to this or where one can locate the source code to the gesture builder app that comes in the emulator?

Does anyone have any good links to this or where one can locate the source code to the gesture builder app that comes in the emulator?
That sample is in the SDK folder.

Related

Playing Gestures on Android

I have created gestures for my app in Gestures Builder. How do I play those gestures on emulator/device in my app. I have included the gesture file in my Raw resource.. Thnx in advance
You have to load the gestures in your app from your resource and then write code to recognize it.
Follow this tutorial here https://androidresearch.wordpress.com/tag/gesture-builder/

Redirect android screen inside an app

I've developed different personal apps for android and now i'm interested in google cardboard project
So, would be possible to create an application for android to implement the same system of this project : http://www.vrdesktop.net ( windows only ). In few words mirroring the android screen inside another app that will split everything ..
actually i don't know if there are some usefull api/ways to accomplish the job.
EDIT1: i've prepared a draw to better show the idea: https://docs.google.com/drawings/d/15AYvjesIhZDTe5mfOmm5TzhRkyxmDA6L0jI9MzdKbB4/edit
After long researches i've found an open source project that is doing exactly what i was looking for:
https://github.com/frma71/sbs
P.S. Thank you for useless downvoting

Android - HTML5 custom LAUNCHER

I want to create my custom android launcher but not with java code. I want to create it with HTML5 code. I've seen some launchers with HTML5 but not the documentation. Does anyone can give me some links or some tutorials/documentation to start? Thanks.
Does anyone can give me some links or some tutorials/documentation to start?
You could define much of the UI as HTML/CSS/JavaScript. Via PhoneGap, you could deploy this as an app. However, you will still need Java code -- or perhaps a PhoneGap plugin, if someone has written one -- to be able to access information about the installed apps, in order to populate your launcher.

Icon that when clicked would launch to my website

I would think this would be one of the simpler and popular app questions on the net, but I have been unable to find any info…
I would like to create an icon that when clicked would launch to my website which has been modified for mobile devices. I would like to make this available on the android market.
Does anyone know how to do this or know where I can find a step by step guide?
Matt
Have you thought of using the WebView control? Then your UI can be a local HTML with an image button and you configure it with an onclick event that refresh the WebView control with your target website?

GestureBuilder code

Hi guys
I want to have a gesturebuilder in my application.That is i want the user to be able to enter gestures and i will use them.I checked the gesture builder code on the internet but was unable to find the source code for it.What i am having to do now is to enter gestures on the emulator using the gesture builder application and push them on to the raw folder using file explorer.This is not very user friendly and i want to integrate the gesturebuilder app into my application.How do i do this.
Is there any other way to store what the user writes in the screen.Any help would be much appreciated.
<installation-directory>/android-sdk-linux_86/platforms/android-2.1/samples/GestureBuilder

Categories

Resources