In the guide on setting the manifest it shows the following
<application ...
android:fullBackupContent="@xml/mybackupscheme">
</app>
Any idea what the @ symbol signifies, being a very new student I have no idea what it refers to and can find no reference to it anywhere . Also when configuring the xml file,it refers to which of the many choices of xml types should I use when selecting "NEW" in android studio .
<application ...
android:fullBackupContent="@xml/mybackupscheme">
</app>
Any idea what the @ symbol signifies, being a very new student I have no idea what it refers to and can find no reference to it anywhere . Also when configuring the xml file,it refers to which of the many choices of xml types should I use when selecting "NEW" in android studio .