Tiny DB App

Create you Own Android App-5

Instructions:

1- Launch App Inventor by going to the link below-

 ai2.appinventor.mit.edu

2- Log in to your student e-mail account or any Gmail account

3- Create your new project by clicking Project>>New.

4- Name the project “TinyDB”.

5- From the user interface palette, drag a Label component and two Buttons onto the Viewer, then add a TinyDB component from the storage palette.

6- In the Components column, rename the components lblMessage, txtInput, btnSave and btnRestore respectively.

7-In the properties column, edit the Components BackgroundColor, TextColor, FontSize, and Text properties so they resemble the screenshot below:

 

8- Launch the Blocks editor and add the event handlers.

9- Run the application in the emulator or a connected device to see the app response.