The tool does not create a folder, nor is it mentioned anywhere it does.
Gestures are saved in the file called gestures. And it does grow, it appears
it's not because you are looking at the disk space used by the file, not its
actual size (on your filesystem a file < 2 KB file will appear as a 2 kb
file.)

On Nov 28, 2009 12:21 PM, "Pich" <[email protected]> wrote:

Hi, I have the same problem with Gesture Builder on the emulator and
when I build the app myself and install om my G1.

It does not save the gestures correctly on my sdcard. It does not
create a folder called "gestures" but instead creates a file called
"gestures" with a size on about 2kb. It does not grow when I create
more gestures. Is this really correct, because I thought a folder
would be created in which each gesture would be stored in different
files.

I look in code for CreateGestureActivity.java and here is where the
magic of saving happens:

final GestureLibrary store = GestureBuilderActivity.getStore();
store.addGesture(name.toString(), mGesture);
store.save();


Anyone had the same problem and know of a solution?

Best regards

Pich

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]<android-developers%[email protected]>
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to