Switch Case Extension

I have developed a simple extension (one method only), which implements the switch case statement.
(Written in javascript)

switchcase.aia (10.9 KB)

com.appybuilder.chiccovision.Switch.aix (10.0 KB)

7 Likes

Hi @marco_tanzi
thank you for your contribution
please read the following topic and add the missing information into your first post of this thread

thank you

Taifun

1 Like

Be aware, the example fails in the emulator NoSuchMethodError: android.webkit

Great Extension :+1:
Can you please elaborate what the extension does?

Use Companion.

switch statement avoid the use of multiple if statement

1 Like