Reading bundled assets and resources

Almost all apps include some sort of content with the app package; it can be a database, image, or just plain text.

How to do it...

We can only get read-only access to bundled assets and resources but that is often all that is needed, as most app data comes from other sources such as the Internet or device sensors. We will create and add three basic types or resources by performing the following steps:

  1. Starting with assets, create a folder named Assets at the root of the project.
  2. Create a new file in the new Assets folder and save some text into that file, for example, a file named MyAsset.txt with the following contents:
    Hello Asset World!
  3. Now, mark the file as an asset by selecting the file. In the Properties

Get Xamarin Mobile Development for Android Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.