Static Variables

This extension allows you to create global static variables in app inventor. Static variables could be used to assign values that can be taken from another screens.

Released on : 11 Jun 2021

Last Updated on : 11 Jun 2021

Latest Version : 1.0.0

All Blocks
blocks
Documentation
blocks(39)

This block creates the variable or initialise them.

blocks(38)

This block set or update the value of variable

image

This block return the total number of variables you have created

image

This variable return all the variable names in a list that you have created

image

This block return all the value of all variable that you have created

image

This block return the value of given variable name

blocks(40)

This block removes the given variable

component_method(18)

This block removes all the created variable

blocks(41)

This block renames the variable from old name to new name of variable

image

This block return true if the variable is created

How to Use

Screen1

In this example I am storing the value in Screen1. You can see these blocks

image

Screen2

In Screen2 we will get the value of given tags and much more

image
Downloads

Download AIX : com.sumit1334.staticvar.staticvariable.aix (4.54 KB)


This extension is open source Github.com