What is the difference and more importantly the necessity of having different prefixes in Andriod view XML?
For example,
app namespace is used for custom defined attributes, which are usually defined in /values/attrs.xml Here is a sample of such file
/values/attrs.xml
And a sample usage would be
Android namespace you use for Android's widgets and UI controls.