All Projects → cdflynn → Touchdemo

cdflynn / Touchdemo

Custom touch handling in Android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Touchdemo

XCSkin
Android App中常用的自定义UI库(非第三方)
Stars: ✭ 15 (-94.51%)
Mutual labels:  android-ui
Coffeegram
Android app using Jetpack Compose together with StateFlow and MVI
Stars: ✭ 155 (-43.22%)
Mutual labels:  android-ui
Hover On Touch
A pure Javascript Plugin for an alternative hover function that works on mobile and desktop devices. It triggers a hover css class on »Taphold« and goes to a possible link on »Tap«. It works with all html elements.
Stars: ✭ 256 (-6.23%)
Mutual labels:  touch-events
FloatingView
FloatingView moved by finger supporting OverlaySystem, OverlayActivity, OverlayViewGroup modes
Stars: ✭ 58 (-78.75%)
Mutual labels:  android-ui
SwipeRefreshPlus
参考swiperefreshlayout添加下拉加载更多
Stars: ✭ 24 (-91.21%)
Mutual labels:  android-ui
android-SpringAnimator
A framer.js DHO and RK4 spring animation port for Android.
Stars: ✭ 39 (-85.71%)
Mutual labels:  android-ui
SignInSignupScreen-Android
SignIn and SignUp in android 😊😊😉
Stars: ✭ 51 (-81.32%)
Mutual labels:  android-ui
Slidingrootnav
DrawerLayout-like ViewGroup, where a "drawer" is hidden under the content view, which can be shifted to make the drawer visible.
Stars: ✭ 2,939 (+976.56%)
Mutual labels:  android-ui
JetComposer
Collection of UIs and Animations built with Jetpack Compose for Android
Stars: ✭ 294 (+7.69%)
Mutual labels:  android-ui
Materiallettericon
Material first letter icon like lollipop contacts icon. Letter(s) on a shape drawn on canvas.
Stars: ✭ 255 (-6.59%)
Mutual labels:  android-ui
BalloonPopup
Forget Android Toast! BalloonPopup displays a round or squared popup and attaches it to a View, like a callout. Uses the Builder pattern for maximum ease. The popup can automatically hide and can persist when the value is updated.
Stars: ✭ 32 (-88.28%)
Mutual labels:  android-ui
FancyTab
No description or website provided.
Stars: ✭ 15 (-94.51%)
Mutual labels:  android-ui
Xtimer Flutter App
Flutter timer app
Stars: ✭ 255 (-6.59%)
Mutual labels:  android-ui
CustomFontView
Custom View classes for TextView, EditText & Buttons - to set custom fonts
Stars: ✭ 26 (-90.48%)
Mutual labels:  android-ui
Tableview
TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
Stars: ✭ 2,928 (+972.53%)
Mutual labels:  android-ui
RxUIKotlin
Kotlin designed reactive extensions for the Android UI
Stars: ✭ 26 (-90.48%)
Mutual labels:  android-ui
RecyclerELE
Android Library for easy addition of Empty, Loading and Error views in a RecyclerView
Stars: ✭ 27 (-90.11%)
Mutual labels:  android-ui
Carbon
Material Design implementation for Android 4.0+. Shadows, ripples, vectors, fonts, animations, widgets, rounded corners and more.
Stars: ✭ 2,942 (+977.66%)
Mutual labels:  android-ui
Sequent
A simple continuous animation library for Android UI.
Stars: ✭ 263 (-3.66%)
Mutual labels:  android-ui
Handygridview
HandyGridView是一个高仿支付宝,网易新闻的高性能的标签可拖动排序的GridView。
Stars: ✭ 255 (-6.59%)
Mutual labels:  android-ui

Custom touch handling in Android

Read the Article

All Together Now

A collection of concepts and techniques for implementing believable touch interactions.

1. Tension

Does your touch interaction have a pull resistance? Does it snap back when released?

2. Inertia

Does it fling? Does it preserve velocity?

3. Elasticity

Is it easy to stretch?

4. Boundary

Is there a threshold that it will not cross?

Interpolated Tension

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].