Skip to Content
Mobile DevOps
book

Mobile DevOps

by Rohin Tak, Jhalak Modi
March 2018
Intermediate to advanced content levelIntermediate to advanced
376 pages
7h 25m
English
Packt Publishing
Content preview from Mobile DevOps

Resources

When we created a new Xamarin.Android application project, a folder named Resources was created in Solution Explorer:

Let's analyze the structure of our Resources folder in detail.

For an Android application structure, almost everything other than the actual code is a resource.

A resource can be any of the following, but are not limited to the following:

  • Images
    • Any image or icon used in the application
    • They go in the drawable folder
  • Application View
    • View files for the application, that is, the Main.axml file that we created
    • Goes in the layout folder
  • Strings
    • These are text strings that are used across the application
    • For instance, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Implementing Modern DevOps

Implementing Modern DevOps

David Gonzalez, Danny Varghese
Java Security

Java Security

Scott Oaks

Publisher Resources

ISBN: 9781788296243Supplemental Content