Upcoming features to Makeroid

This is where we will update you on our upcoming plans. Feel free to request for more.
Also, here we will add sneak peeks for future updates!

Don’t forget to set notifications of this topic to Watching so you don’t miss any of them

Switcher Added in 1.2.1

7 Likes

Push Notifications Added in 1.2.1

12 Likes

Radio Button Added in 1.3.1

3 Likes

Rating Bar Added in 1.3.1

5 Likes

New Color Palette

image

MIT is working on integrating too for the official AppInventor

5 Likes

DropFile to Upload

An easier way to upload files to your project


Taken from this work of MIT AppInventor - https://github.com/mit-cml/appinventor-sources/pull/763

3 Likes

Media Preview inside the Builder

A new option has been added to the assets so you can preview the files without downloading them again to your computer


Taken from this work of MIT AppInventor - https://github.com/mit-cml/appinventor-sources/pull/764

5 Likes

Is String? block

It has the same behaviour as the IsNumber one but it checks a String instead of a Number

5 Likes

does the is string? method make sense?

usually a string can contain alphanumeric characters and/or numbers…
so is string? will always be true?
or will it return false, if the value is boolean (true or false)
or do you want to provide a method, which returns the same as

Unbenannt
Taifun

1 Like

A String can contain numbers, yes, but an Integer can’t contain letters
Also, you can check along Lists, Integers or other type of blocks like a Component


Also, with your example, you just discard that it’s NOT a number, but you don’t know exactly if it’s a String or a List or a Component or a Boolean (true and false)

2 Likes