any idea to make android studio Jetpack compose auto refresh like Hot reload in Flutter it’s annoying! Is there Auto-refresh in Jetpack Compose viewer?
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
Right now, compose does not support Hot reloads.
But Literals values can be updated directly.
Some supported types.
Int
String
Color
Dp
Boolean
You can view constant literals that trigger real-time updates without the compilation step by enabling these highlighted values.
Reference
When Android Studio Electric Eel becomes stable, Live Edit is enabled by default that acts as Hot Reload. Right now its still on preview.