Hi, Thanks again Solution 9420! Your guidance and tips really helped me! I already have a working IME that has implemented a basic swiping feature. I found this thread in stackoverflow<http://stackoverflow.com/questions/937313/android-basic-gesture-detection>, which also really helped me visualize clearer how things should come together.
Once again, thanks for the help! Truly appreciated it! >:D< Best regards, - tsukishiro On Tuesday, March 13, 2012 5:57:15 PM UTC+9, tsukishiro yamazaki wrote: > > Hello everyone, > > I wanted to implement swiping for the custom IME I am developing. Looking > into SoftKeyboard sample code, it seems this can be handled by the swipe > methods under OnKeyboardActionListener. However when I tried to test if the > swipe methods in SoftKeyboard were working, I found myself having a hard > time catching the event. For example, swipeLeft() method in SoftKeyboard > will perform a backspace. But I never get to pull this off. I usually just > get some random letters being printed out to the input field whenever I do > swipe left aciton. > > Can someone tell me how to get swipe methods to work? > Thanks and best regards, > - tsukishiro > -- 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

