Why is XML not HTML used for UI in Android progrmming?
android, user-interface
Solution
XML enables us to create custom tags.. Consider we created a custom view, we can reference them from xml itself. So the idea of UI separation from logics, stays intact.
Problem
Why can't HTML be used for building interface in Android Programing?