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

The Designer


When you open a project or start a new project, App Inventor will take you to the Designer. This window is a graphical editor where you can create the look and feel of your mobile app by choosing components (buttons, labels, images, and so on), layouts (horizontal/vertical alignments), colors, fonts, and more. The next screenshot is a layout of the Designer (with some helpful navigation hints):

The name of the open project is displayed in the upper-left corner. In the upper-right corner, you will see toggle buttons for the Designer and Blocks Editor (the Designer button is disabled at the moment, since we are currently in the Designer view). The Designer consists of five panels, which are explained as follows.

Palette

The Palette (found in the left-hand column of the previous Designer image) contains drawers that hold sets of tools called Components. Drawers group Components by type such as User Interface, Layout, Media, Drawing and Animation, Sensors, Social, Storage, Connectivity...