by Sajal Dutta | Apr 12, 2020 | 2d-games, android, app-inventor, tutorials
Let’s make a game from scratch like ‘Flappy Bird’. Our game is a side-scroller where the player controls a copter, attempting to fly between columns of green obstacles without hitting them. Before we start, check out the youtube clip below that shows... by Sajal Dutta | Oct 9, 2015 | app-inventor, tutorials
ListView component allows you to display a list/group of text items on a screen. If you are here for List tutorial, please visit this extensive List tutorial. Today we are going to create an app utilizing ListView, a simple booking app. The name of our glorious app... by Sajal Dutta | Sep 4, 2014 | 2d-games, android, app-inventor, tutorials
Today we are going to make a game from scratch inspired by recently popular spike games. We will call it Oh My Spikes. Before we start, you may want to see how the final game will look like. This will help you follow the tutorial easily. I am assuming... by Sajal Dutta | Mar 8, 2013 | app-inventor, tutorials
App Inventor has a component called WebViewer. We can load a webpage/website into an app using WebViewer component. To do that, we can just drag the WebViewer component to Screen1 window and set the HomeUrl property of the WebViewer to the webpage we want to view when... by Sajal Dutta | Mar 8, 2013 | app-inventor, tutorials
App Inventor has a component called Web which gives you the functionality to send and fetch data from a server or a website through GET and POST requests. This component can decode both JSON and HTML formatted data. We will be writing an app called iRead that will... by Sajal Dutta | Mar 8, 2013 | app-inventor, tutorials
Procedure with result block is very handy when you need to do something multiple times. This will save you time as you don’t need to repeat the same procedure many times. Also it’s hard to keep track of multiple global variables. This will help you keep...
Recent Comments