[FREE] TouchZ : 🤩 An extension to add touch up, touch down and more actions to components!

TouchZ

Hello everyone, Here’s my another new extension named TouchZ. This extension helps you to get components touch up, touch down and touch move status. :crazy_face:


Details :

Latest Version : 3
Size : 13.9 KB
Package : in.avijit.touchz
Released : 2022-04-10T18:30:00Z
Last Updated : 2022-05-08T18:30:00Z


All Blocks :


Blocks & Documentation :

1.Register - Use this block to register your Component.
component input type component



2.Unregister - Use this block to unregister your Component.
component input type component



3.TouchUp - Use this block to get Component Touch Up activity.
component output type component



4.TouchDown - Use this block to get Component Touch Down activity.
component output type component



5.TouchMove - Use this block to get Component Touch Move activity.
component output type component
x output type number
y output type number

6.PerformClick - Use this block to click any Component programmatically.
ㅤ➜ component input type component

component_method

7.PerformLongClick - Use this block to long click any Component programmatically .
component input type component

component_method


Download Link :

V1

in.avijit.TouchZ.aix (8.8 KB)

V2

in.avijit.TouchZ.aix (8.8 KB)

V3

in.avijit.TouchZ.aix (13.7 KB)


Known Issues :

i) Not working with Kodular CardView


Credits :

Gordon_Lu For help me to create this extension.
Extension made with Niotron IDE.


If this help you then just press ❤️ button
12 Likes

Well-done @Avijit .

1 Like

Nice extension
But will be nice if you adding Demo.

3 Likes

Can you Please Post some screenshots or apk files that will help us to understand more

1 Like

I think that these methods are selfexplaining and easy enough for a beginner too or maybe just type your question

1 Like

Thanks @Still-learning

Thanks @mahmoud_hooda

Coming soon…

Coming soon…

Thanks for your feedback :heart:

1 Like

Awesome work @Avijit :+1:t2:

1 Like

how to use block?
in app?

1 Like

1 Like

I want absolute translate and move with interpolaz and with duration .. i Will buy your extension of u make like i want

1 Like

Coming soon…

1 Like

i make apply two condition, when image click or image touch down, but image touch down always triggered when i want just click it…

Click function trigger 3 step.

ST-1 - Touch Down.
ST-2 - Clicked or Canceled.
ST-3 - Touch Up.