Monthly Archives: June 2011

HowTo – How to flip through series of images or book pages

In here, I’m showing how to setup an Android app using App Inventor to flip through a series of images using Canvas and sprites. The sprites are used for PREV and NEXT buttons and their visibility is set or reset … Continue reading

Posted in Uncategorized | 5 Comments

HowTo implement ads in AppInventor

The images below shows an approach to implement ads in App Inventor. Please note that I have actually consolidated 2 apps into 1 so that I can show everything in one place. In reality, it should be broken down into … Continue reading

Posted in Uncategorized | 3 Comments

Handling data from Google fusiontables

Google Fusion Tables API supports a subset of the SQL querying language, including SELECT, INSERT, UPDATE, and DELETE statements, as well as additional statements for getting information about tables. The API and sample queries can be found HERE HERE is … Continue reading

Posted in Uncategorized | 2 Comments