Book Image

App Inventor 2 Essentials

Book Image

App Inventor 2 Essentials

Overview of this book

App Inventor 2 will take you on a journey of mobile app development. We begin by introducing you to the functionalities of App Inventor and giving you an idea about the types of apps you can develop using it. We walk you through the technical set up so you can take advantage of the interactive development environment (live testing). You will get hands-on, practical experience building three different apps using tutorials. Along the way, you will learn computer science principles as well as tips to help you prepare for the creative process of building an app from scratch. By the end of the journey, you will learn how to package an app and deploy it to app markets. App Inventor 2 Essentials prepares you to amass a resource of skills, knowledge and experience to become a mobile app developer
Table of Contents (15 chapters)
App Inventor 2 Essentials
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
Index

Summary


In this chapter we explored a lot of App Inventor advanced features, namely a database. Google Fusion Tables makes it possible for us to store data in the backend. We learned how to create a new Fusion Table and how to establish Google API credentials so that our app is authorized to access Google Fusion Tables. Finally we learned how to insert, retrieve, and display data from the Fusion Tables.

You are amassing quite a programming toolkit! And in the next chapter, you will learn yet another tool to help expand your coding skills. A loop is a structure or sequence of instructions that enables you to iterate or repeat steps until certain conditions are met. This is handy because, instead of copying and pasting blocks to perform the same function for each item in a long list, we can program one set of blocks to execute repeatedly.