I\'ve been writing some Android apps but I don\'t really understand when to use app: and when to use android:. When styles are not being applied th
app:
android:
Sometime the property with android only available in new Android version like
In this case, you should use app:... to make it work with older version.
app:...