Skip to content

beeradmoore/Xam.Plugin.LinkedIn.LiTr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xam.Plugin.LinkedIn.LiTr

Xamarin.Android bindings for LinkedIn.LiTr v1.5.5

Installation

LiTr is available as two seperate nuget packages. Xam.Plugin.LinkedIn.LiTr is a binding for the LiTr core library. Xam.Plugin.LinkedIn.LiTr.Filters is a binding which contains the additional filters library.

Package Current Version
Xam.Plugin.LinkedIn.LiTr NuGet
Xam.Plugin.LinkedIn.LiTr.Filters NuGet

Usage

After you add the nuget package the examples listed over on the LiTr repository should work the same with the normal Xamarin.Android differences, eg:

MediaTransformer mediaTransformer = new MediaTransformer(getApplicationContext());

...

mediaTransformer.release();

would become

MediaTransformer mediaTransformer = new MediaTransformer(ApplicationContext);

...

mediaTransformer.Release();

Build

Building a .nupkg

  1. Navigate to Binding directory and run BuildNugetPackage.sh
    $ cd Binding/
    $ ./BuildNugetPackage.sh
  2. Fetch your Xam.Plugin.LinkedIn.LiTr.x.y.z.nupkg and Xam.Plugin.LinkedIn.LiTr.Filters.x.y.z.nupkg from the Binding directory.

TODO

  • Try figure out how to reduce the number of warnings.
  • Improve example app

Pull requests welcome!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published