-
Recent Posts
- Android app to watch movies
- Making your keystore compatible with App Inventor
- Remote Texting Tracker / Monitor
- App Inventor Service
- Google App Inventor By Example
- Market & Promote Your Business to Android Users
- HowTo publish new versions of your app
- HowTo – Using AI JavaBridge
- HowTo – How to flip through series of images or book pages
- HowTo implement ads in AppInventor
- Handling data from Google fusiontables
- AI And AppToMarket – Live Remote Workshop
- AI Tutorial – Creating your own Simulated AdServer
- Automating conversion of App Inventor apk to Android Market
- Using Karaf Features to deploy OSGi bundles
Archives
Categories
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