-
-
Save mukeshsolanki/52a730665ac5e6373df53739525c4cd9 to your computer and use it in GitHub Desktop.
used for https://medium.com/@themukeshsolanki/animated-splash-screen-in-android-with-compose-4b7dc1baecc5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sealed class Screens(val route: String) { | |
object Splash : Screen("splash_screen") | |
object Home : Screen("home_screen") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment