by Ann Peralta | Mar 21, 2013 | 2d-games, design
As I promised, I created a parallax design that you can use in your projects any way you like. This parallax is consisted of 4 layers. Here’s the downloadable zip file for the parallax design elements. The file contains 4 transparent png images and also the...
by Sajal Dutta | Mar 12, 2013 | blog, imagnity
I have been very fond of the words “Imagine” and “Infinity”. I use “imagine” very frequently when I explain something with an analogy. Imagnity is the name my friend Jops and I came up with after trying all the possible combinations...
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