Reputation: 93
I'm trying to create something for the Android app using Compose and navigation, to make it possible to continue with the last screen I was showing to the user if an app crashed or been killed by the user.
I was searching for a solution on Google, and I found the way with sharedPreferences but I think it wouldn't help me, is there any other way to do that?
Upvotes: 0
Views: 116