How do you detect that any arrangement is click?

How to detect that any arrangement is click

Currently MIT App Inventor doesn't support click event for arrangment.

Is there any extension

Please search for yourself. That will be a great learning experience.
https://puravidaapps.com/extensions.php

1 Like

This post is for all extension developer I have searched a lot and I find this

View v = layout.getview();
v.onClickListener(){
}

1 Like

Or this:

1 Like

@TIMAI2 and @Anke both of your two answer is correct I check this with companion and if it works then I mark correct answer as solution

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.