Samstag, 16. Februar 2013

MvvmCross - how to include external library (like RESTSharp)

There are multiple possibilities to include an external library in your MvvmCross-Project (using vNext build on top of PCLs).

  1. Having a PCL-version of the library you want to include
  2. Inject from a UI Project
  3. Inject from a Plugin
For sure the easiest way to go is the first one. As you do not have to create any additional stuff. Simply add the library to your Core-PCL-Project.

More infos about possibility 2 or 3 can be found here:

Keine Kommentare:

Kommentar veröffentlichen