WebDB Service for App Inventor

WebDB Service is an App Inventor data source (API) that allows you to store the app's data persistently in a web database. You can use Web Component to access from an Android app.

This feature improvements from Tiny WebDB Service

By default, the TinyWebDB component stores data on a test service provided by App Inventor. This service is helpful for testing, but it is shared by all App Inventor users, and it has a limit of 1000 entries. If you use it, your data will be overwritten eventually.

WebDB Service is safe because to use existing data sources are required to private key, each key and tag are controlled by one user, but one user can have many keys and millions of tags.

Available Parameters

  • key : your private key
  • tag : to store a data item, you specify the tag
  • value: store the value under the given tag
  • json : json=1, output json format
  • mode : mode=SET, if you want to store data

Additional Function Mode

ModeDescriptionExample/Result
mode=addAddition Add with 5
mode=subSubtraction Subtract with 3
mode=mulMultiplication Multiply with 2
mode=divDivision Divide with 2
mode=incIncrement Increment
mode=decDecrement Decrement
mode=nowTimestamp Sample1 Sample2 Sample3
mode=sessionSession ID Sample1 Sample2 Sample3
mode=countTag Count Sample1
** Only works if the initial value of numeric

Try Out

Want to try first?

Private Key
Tag
Value
JSON format output.

Service URL

The ServiceURL is http://webdb.satukarya.com/ and this service is free to used with virtually unlimited data (limited capability of mysql).

Sign In / Register

If you are an app inventor development required to register once to get the private key, private key is used as an access code to request the value of a tag.
User and Password are only used if you want to manage keys and tags in a web.

Email Address
Password *to try you can use email: [email protected], password: 123
**Please fill out all applicable fields above.

App Inventor Sample

Source Code

Download sample code:
AI Classic: 1. Download 2. Download
AI2 Ultimate: Download