Flappy Copter – Create a game like Flappy Bird from scratch using App Inventor
Let's make a game from scratch like 'Flappy Bird'. Our game is a side-scroller where the player controls a copter, attempting
Let's make a game from scratch like 'Flappy Bird'. Our game is a side-scroller where the player controls a copter, attempting
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
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
This tutorial will answer two questions: 1. How to shuffle a list 2. How to generate a set of random numbers that don't
This tutorial assumes that you know the basics of list. If not, please go over the basic list tutorial. Also you need to know how
List is a necessity in almost every app regardless of what programming language you use. This is the easiest way to create and manipulate a
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
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