Relative Content

Tag Archive for androidkotlinandroid-jetpack-compose

Refreshing the screen

I wrote my first app. It displays a simple screen with an addition to complete. If the given answer is correct, I would like to refresh the screen to display a new calculation.
Currently, the old calculation remains, and the new one is inserted on the top.