2 Repos
Analysis and processing of a chronological series of touch interactions from initial press to lift-off.
Distinct from Draggable Touch Inputs: Focuses on the sequential nature of a touch interaction session rather than individual gestures or layout changes.
Explore 2 awesome GitHub repositories matching user interface & experience · Touch Sequence Processing. Refine with filters or upvote what's useful.
Fastclick is a JavaScript library and touch event optimization tool designed to remove the 300ms delay between a physical tap and a click event on mobile browsers. It functions as a lightweight DOM event handler middleware that manages touch-to-click timing to reduce input lag and improve the responsiveness of mobile web interfaces. The library provides granular control over touch latency removal, including a mechanism to exclude specific elements from this optimization. This allows certain user interface components to maintain native browser touch behavior via CSS class identifiers. The pro
Tracks timing and coordinates between touch start and end to distinguish taps from scrolls.
AndroidNote is a technical knowledge base and reference resource for Android development. It provides comprehensive guidance on application architecture, custom view development, and advanced graphics programming. The project is distinguished by its depth in visual implementation, covering pseudo-3D perspective projections via virtual cameras and complex 2D rendering using Bézier curves and PorterDuff color blending. It also provides detailed methodologies for app modularization and the management of internal libraries through private Maven repositories and JitPack. The reference surface ext
Processes complete series of touch interactions, from the initial press through movement to the final lift-off.