You can take a look at the COVID Data app.
Introduction
This is a simple application that helps you get COVID data in your region or country. COVID reports include new and total confirmed cases, new and total deaths, and new and total recovered cases in your region and other places on Earth. The application will also give you COVID prevention suggestions from WHO (World Health Organization).
Launch date: 2022-02-03T04:11:00Z (UTC)
Last update date: 2022-02-05T07:02:00Z (UTC)
You will be asked to turn on Internet connection if you did…
2 MyFont extensions by Anke.
Here is a modified version of @Ken 's extension "YourFont".
YourFont doesn't work with Companion (on devices with Android > 9) since the AI2 nb184 release.
See also here: Error in YourFont Extension - #20 by Anke
Example - blocks
Update v1.2, June 8, 2021
Recompiled version to avoid that a service is removed from the Manifest with another extension (so better use this):
EDIT: de.bodymindpower.MyFonts.aix (aix removed)
Details on this issue can be found here .
Update v2, Oct 4, 2021
MyFo…
1 ClickZ extension by Aquib.
Hello everyone,
Here's my another new extension named ClickZ.
This extension makes non-clickable components clickable.
Blocks :
[blocks (10)]
New blocks in v2 -
[image]
[image]
[image]
New block in v3 -
[component_method (3)]
New block in v7 -
[image]
New blocks in v8 -
[image]
[image]
New blocks in v10 -
[blocks]
Updated blocks in v11 -
[blocks]
(Added x and y params)
New blocks in v11 -
[blocks]
New blocks in V12 -
[blocks]
Updated blocks in V12 -
[component…
Steps
Download the Material Icons font in GitHub by clicking "View raw" and add it into App Inventor as an asset/media file.
Add one horizontal arrangement and 3 vertical arrangements (for 3 icons). Set all of their widths to fill parent, and place the 3 vertical arrangements inside the horizontal arrangement.
For 3 icons, you need 6 labels. Drag them into the designer like this.
Choose your favorite icons in Material Icons. Click on an icon, and copy their name, for example, you need "local_pizza" for the Local Pizza icon.
Customize the labels like this.
Set the custom font for the MyFonts extension to the Material Icons TTF font.
Code!
Final result:
AIA:
ClickZ.aia (179.0 KB)
Note: to make it at the bottom of a screen, add another arrangement, place it above this navigation bar, and then make its Height fill parent.
3 Likes