Hi All, Today I will show you how to make a Dark Mode on your App that was made with Mit App Inventor.
The first step you have to do is create a project in the MIT app inventor, if you don't know how to create a project in the MIT app inventor you can see it here :
Okay, if you're done making the project, you can continue in the second stage.
In the second stage, create a screen1 like this with the components shown in the image :
This is almost the same, but using the new dictionary blocks instead of variables.
It's in Kodular, but the blocks are standard ones present in App Inventor too.
One of the reasons for a Dark Mode is to preserve the battery life. This is why Apps that have a Dark Mode usually have a black background - pixels are off.
Hey, great tutorial, but is it possible to find the system default theme from the device and set it?
Ex: Device theme is dark-> app sets mode to dark.
I don't mean the app theme available in designer, I mean to change theme like you showed above
Thank you for this block, my method kept resetting the slider value, or switching it but not changing the color, using your example I managed to make a dark mode for the program, thank you very much