TIL: Editing UI Section faster to apply rather than Logic section

Today i found something about app debug on Android Studio, if we do change on UI layer, lets say XML layout it took way faster compile and apply in to debugged app rather than when we editing logic section like Kotlin class, etc.

Tips : Finish logic first with basic UI to bind then enhance the UI.