Giuseppe Parrello

 

Latest News about Android Apps


May 5, 2024

Current summary of Android apps


January 12, 2022

Material Design 3

Starting from year 2022, my apps support the new "Google Material Design 3" color theming system (also known as Material You). "Material Design 3" is the next evolution of Material Design. "Material Design 3" includes updated theming and components and "Material You" personalization, features like Dynamic Colors, and is designed to be cohesive with the new Android 12 visual style and system UI.
Please give a look to Google website for further informations about "Material You" and to Google website for further informations about Dynamic Colors.
Furthermore my apps support Foldable Devices in all their screen configurations (please see Google website for further informations about Foldable Devices).

Two tables are displayed below, the first shows the apps that natively use the Material Design 3 and Dynamic Colors, the second shows the apps that simulate the Material Design 3 (they don't support Dynamic Colors).

Apps WITH "Material Design 3" (with Dynamic Colors)

App Name Minimal Release
App Manager 1.3
SSID WiFi Manager 2.1
Toggle Status Widget 2.2
Wake On Lan Utility 1.8

Apps WITH SIMULATED "Material Design 3" (no Dynamic Colors)

App Name Minimal Release
Container Check Digit Creator 1.9
Dark Mode QS 1.5
IBAN Check Digit 1.8
Proximity Sensor Test 1.5
Quick Device Controls 1.2


October 27, 2020

Android targetSdkVersion 29

As announced by Google on its page dedicated to Android Developers, from November 2, 2020 it will be possible to publish apps only with a "targetSdkVersion" 29 or later. Of my apps, only two have more or less serious issues - these issues only affect users of devices running Android 10 or later.


October 27, 2020

Material Design

In this section I will give a brief explanation on using Google's "Material Design" on my Android apps.

I decided to use Google's "Material Design" after the implementation of the Navigation Bar inside "Toggle Status Widget" app at the end of June 2020. Actually the first real implementation of the "Material Design" happened with version 1.7 of "Toggle Status Widget" app and with version 1.8 of "SSID WiFi Manager" app, both published at the end of September 2020.
The use of the Navigation Bar and the subsequent use of the "Material Design" led to a weighting of apps and a significant increase in the size of the APK files. Therefore I decided to avoid the use of "Material Design" on some basic apps (such as "Container Check Digit Creator" app), trying to simulate "Material Design" as much as possible, without weighing down the apps and without increasing the size of the APK files.

Two tables are displayed below, the first shows the apps that use the Material Design (with the Navigation Bar), the second shows the apps that don't use the Material Design (so they don't have the Navigation Bar).

Apps WITH "Material Design" (WITH NAVIGATION BAR)

App Name Minimal Release
App Manager 1.0
SSID WiFi Manager 1.8
Toggle Status Widget 1.7
Wake On Lan Utility 1.6

Apps WITH SIMULATED "Material Design" (WITHOUT NAVIGATION BAR)

App Name Minimal Release
Container Check Digit Creator 1.7
Dark Mode QS 1.3
IBAN Check Digit 1.6
Proximity Sensor Test 1.3