Book Image

Create Android apps with App Inventor [Video]

By : Brandan Jones
Book Image

Create Android apps with App Inventor [Video]

By: Brandan Jones

Overview of this book

<p><span id="description" class="sugar_field">AppInventor enables the democratization of information technology. You no longer have to be a programmer with years of experience to create your own Android app. All you need is a good idea, a browser, and some simple software for your own Android device or computer to create an app. </span></p> <p><span id="description" class="sugar_field">In this course, we’ll walk through creating an app step-by-step. We discuss the user interface components: sequence, selection, and iteration, parsing simple text, performing computations, and more. </span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">In this video, you’ll learn to use AppInventor by creating a sample app, following step-by-step instructions.</span></span></p>
Table of Contents (7 chapters)
Chapter 7
Storage
Content Locked
Section 1
Saving Data in TinyDB
TinyDB allows us to store data in a name:value pair format. The name, which is called a Tag in TinyDB, has to be unique, and the value can be nearly anything: text, a number, or a list. If you’ve programmed before, you may be familiar with this concept, often called a HashTable or HashMap. - Cautions about using TinyDB - Create a TinyDB instance - Store molecules by name, and their atom compositions as a list, in TinyDB