GestureBuilder code - android

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

Related

How to open attachment in Android app without using WebViewActivtiy

My app get a url string from an api call. I show an icon on my UI and when user clicks on it I want to open the pdf so users can preview it and read it. If they want to download or share the attachment I want to support this functionality swell. However I could not find the best way to do this. Can you please help me?
P.S: we can do this in iOS using QLPreviewController, but not sure what the equivalent for it in android is.

Show copied text in a small window android

I am a newbie in android.
My question is:
Whenever a user copy something without opening the app i want to show the word into a small window which the user can move the window wherever they want.
I have read many article about listening the clipboard manager.I understand that.
But problem is i dont know how to show this into a small window which can be moved anywhere without opening the main app.
I have searched a lot but cant find anything.
Please suggestion me some article or the way to achieve my goal.
Here is the link which is similar to my goal .
LINK
Create a service as Facebook Messenger has done its Chat Heads. Look for example here

Detect manual screenshot in android

I have been searching around to find a way i could detect that a screenshot has been taken in android. I found detect screenshot attempts and prevent screenshots but they are strictly from a security perspective and does not help me serve the following purpose:
I want to develop a background process that always listens for a screenshot. Once a manual screenshot is taken:
1) It notes down the file and path
2) automatically attaches it to an exchange account new email template.
Is there a way i could achieve the above in android?
Thanks in advance.

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?

Adding gesture builder to my app?

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.

Categories

Resources