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
|
Additional Function Mode
|
Try Out
Want to try first?
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.
App Inventor Sample
Source Code
Download sample code:
AI Classic: 1. Download 2. Download
AI2 Ultimate: Download