Learning MIT App Inventor: A Hands-On Guide to Building Your Own Android Apps
by Derek Walter, Mark Sherman
Summary
App Inventor provides an excellent method for learning how to store data with the TinyDB and TinyWebDB components. When you have data that can be saved on the device and that poses no security risks, go with TinyDB. It is useful in a lot of situations and can be set up quickly.
If your data needs to be shared online, go with the TinyWebDB option. This option enables data to be shared quickly and easily among users of your app. TinyWebDB was built specifically for App Inventor, but it is neither secure nor private. You can create your own TinyWebDB service, which reduces the chance of accidental deletion, but it is still inherently insecure storage and should not be used for any sensitive data or data that needs to exist for long periods ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access