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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to