0
votes
1answer
189 views
Enabling Swipe-to-delete while showing reorder controls on UITableView
I am looking to allow reordering of UITableViewCells and deleting via swipe to delete, but not via the red delete circle.
- (void)loadView
{
[super loadView];
[table setEditing:YES animated:NO];
}
…
0
votes
0answers
153 views
Windows Mobile 6.5 Gestures and C# 2.0 Application
Hi Folks,
I am looking for some advice on handling WM 6.5 Gestures in a C# 2.0 Application. Currently things like pan and scroll are interfering with controls like the Tab Control and listviews.
Is …
0
votes
1answer
231 views
How to best handle fling gesture for Android ListActivity
I have an Android app with a ListActivity in the main view. The list contains a LinearLayout with a TextView and a hidden delete Button. The delete Button will be hidden by default. I want to use a …
0
votes
2answers
129 views
Algorithm to recognise mouse movements
Hello,
Am wondering if there has been any research/algorthms which specify the amount of deviation of the mouse while recognizing characters like say "?" drawn using the mouse. Something a sort of …
