Procedure With Result On App Inventor
Procedure with result block is very handy when you need to do something multiple times. This will save you time as you don't
Procedure with result block is very handy when you need to do something multiple times. This will save you time as you don't
Different devices have different screen sizes. It's really hard to create an app that looks the same across different devices. One way to
With LocationSensor component you can build an app that can provide you with your current location information. Say you are going to some place you
For Each with number is used for doing something a number of times for a given range. There are four slots/arguments in that block
For each is pretty simple. You provide a list to loop through and there's a local variable named "item" given to
Checking connection is very easy. You can use a Web component and try connecting to a website. Google.com is a very good candidate for
When you see a bird flapping in a game or an alien being exploded in pieces, how do you think it's done? Well,
If you have gone through Advanced Components tutorial, you already know that now we can manipulate a component via reference. Here we will create a