Permanent application feature

Hi guys. I had a question! I added a feature to my app. With this feature, I make the text color dark or light. For example, when I make the text color dark, I open and close the application, but the final text color is not permanent. How can I make the features I last used permanent until I change them again? Can you help me? Thanks.

1 Like

try to save(over write) every action in tinyDB .

If possible add small video cut to make us good understanding

3 Likes

As @Still-learning suggested use TinyDB and save your text color as dark or light. When opening the application load value from TinyDB.

2 Likes

Thank you for your answers. I will work as soon as possible.