Microsoft Giving

Stalwart Teen-Turn volunteer Yuri enlisted his team to contribute to app development learning assistance for his Microsoft Giving campaign in October 2024 at the Ireland HQ.

Hi there Teen-Turn! 

We got a great turnaround in our Microsoft FD&E GIVE event last week, 
and got several code examples to share! The features are all listed 
below, and this might help teens working on Technovation. We were able 
to cover App Inventor in most of the features!

Here is a pic of the great team that worked on them. From left to right: 
Radek, Stephen, Yuri, Beril, Gregory(back) and Dhruv. 

Once again, thanks for everyone that joined and created the examples! 
 
Image Placement on Screen:
We provided an example using image placement on the screen.

Component placement on Screen:

We provided a couple of examples using components (such as texts, colors, etc) on the screen.
For App Inventor Code File: (see dropbox)
Bar Code Scanner
We created examples of bar code scanner. Also, once the code matches some product, it should display the product name.
For App Inventor Code File: (see dropbox)
Text-to-Speech
We created a sample of text-to-speech application, where the app reads out loud texts input by the user.

For App Inventor Code File: (see dropbox)

Map and Navigation
We provided an example of Map and Navigation. Using the buttons, the user can locate himself on the map, find a specific place on the canvas and navigate to it.
For App Inventor Code File: (see dropbox)
Login Example
We also created examples of login using hardcoded credentials (i.e. To work, they should match a pre defined text) and credentials coming from a database:
 
For App Inventor Code File: (see dropbox)

Database Operation  – Read

We created a sameple of database usage, where the user interacts with a button so the database info is displayed or gets hidden on the screen.
For App Inventor Code File: (see dropbox)