(no title)
amimetic | 6 years ago
Also, in Flutter and React Native you don’t (typically) have to wait for your code to compile as they do hot reload.
amimetic | 6 years ago
Also, in Flutter and React Native you don’t (typically) have to wait for your code to compile as they do hot reload.
Benjammer|6 years ago
Everyone loves to talk about "hot reloading" and obsess over reducing build times incrementally as if that's the only way to develop anything faster. No matter how fast your "hot reload" is, it'll never beat the layout preview panel in Android Studio, which is directly rendering your xml in real time, without compiling or building anything.
amimetic|6 years ago
hrkristian|6 years ago
You get both with Android Native, layout preview and hot reloading.
amimetic|6 years ago