@ Jonas;

Well I guess it can be considered a shame on my part that I did not
know about xstroke before your post. Anyway I examined the link,
however the way strokes are defined is somewhat different. Xstroke
seems to define strokes using regions which it passes through, DKN
uses a list of sample points that lie on strokes path. (Well they are
the same thing as the number of regions increase i guess) You can,
though, implement any stroke as easily. Just define a path for your
stroke as a list of points, e.g. { P(0,0), P(0,1) } would be a
downward stroke.

I am in no way an expert on designing a public API so I am sure sure
its current state is far from optimal. I'll try to get a google code
site going for it when / if i get the time. Thanks for your response.

On Apr 13, 11:50 am, "Jonas Petersson" <[email protected]> wrote:
> Very cool.
>
> This reminds me of xstroke on iPaq in the old 
> days.http://www.usenix.org/events/usenix03/tech/freenix03/full_papers/wort...
>
> It was pretty easy to add new strokes for additional characters in that
> approach (I recall adding åäö).
>
> A glace at the DKN source seems to indicate that the
> LazyStrokesDictionary needs replaceing, so how about adopting the
> xstroke approach?
>
>                         Best / Jonas
>
> Mariano Kamp wrote:
> > Yeah, me too, awesome stuff!
>
> > On Sat, Apr 11, 2009 at 2:10 PM, Nishantha Pradeep
> > <[email protected] <mailto:[email protected]>> wrote:
>
> >     Good work and I am impressed. I will find someway to try this out
>
> >     On Sat, Apr 11, 2009 at 5:18 PM, mscwd01 <[email protected]
> >     <mailto:[email protected]>> wrote:
>
> >         That's really impressive and i'd guess a whole lot more intuitive to
> >         use than the virtual keyboard for quick text entry.
>
> >         I'll definately have a play around with it when I get a spare minute
> >         or two; when I do i'll try and provide some feedback.
>
> >         Thanks for sharing!
>
> >         On Apr 11, 11:56 am, sydnal <[email protected]
> >         <mailto:[email protected]>> wrote:
> >          > Hi; back around ADC 1; I had developed a simplegesture
> >         recognition
> >          > library for Android (not for accelerometer; I mean touchscreen -
> >          > finger gestures). I had to abandon it for quite a while, but
> >         recently
> >          > I was able to clean it a bit and port it to 1.0 SDK. It is
> >         released
> >          > under GPL. Here are some sample videos:
>
> >          >http://www.youtube.com/watch?v=C7A6OHWfSOE
>
> >          >http://www.youtube.com/watch?v=JxwGMtNS_YA
>
> >          > You can download it here
> >         
> > :http://blog.caffeine-driven.com/posts/dkn-a-gesture-recognition-libra...
> >          > (Yeah the site sucks, i know)
--~--~---------~--~----~------------~-------~--~----~
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