ClickUtilities
ClickUtilities provides you with a total of two events and procedures that can toggle if a component is clickable or long clickable. The only reason I came up with this small extension is because long clicking on components you never want to long click on causes your device to vibrate if enabled.
This is excluded from my open-source policy.
OnComponentClick
Called when a component that was toggled as clickable, was clicked.
Parameter | Return Type |
component | AndroidViewComponent |
---|
OnComponentLongClick
Called when a component that was toggled as long clickable, was long clicked.
Parameter | Return Type |
component | AndroidViewComponent |
---|
ToggleClickable
Toggle whether the given component is clickable.
Input Type | Parameter |
AndroidViewComponent | component |
---|---|
boolean | clickable |
ToggleLongClickable
Toggle whether the given component is long clickable.
Input Type | Parameter |
AndroidViewComponent | component |
---|---|
boolean | longClickable |
If you have version 0.1.0 or are starting out with ClickUtilities, it is recommended to download version 0.1.1
Minimum version required is Android Lollipop 5.0 or API 21.