What is the difference and more importantly the necessity of having different prefixes in Andriod view XML?
For example,
if you use app prefix e.g app:text="disconnected" then the text will not display when you run on a real device. if you want to display something while design but not on an actual device, you can use this prefix too.