Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 971 Bytes

File metadata and controls

28 lines (19 loc) · 971 Bytes

Xamarin.Bindings.StfalconImageViewer

This is a Xamarin Bindings for Android full-screen image viewer StfalconImageViewer https://github.com/stfalcon-studio/StfalconImageViewer

Nuget is available: https://www.nuget.org/packages/Xamarin.Bindings.StfalconImageViewer/

Dependencies

Native library is written in Kotlin and uses AndroidX instead of Android.Support libraries. Nugets required:

Kotlin Standard library - https://www.nuget.org/packages/Xamarin.Kotlin.StdLib/

If you haven't used AndroidX in your app:

Read https://devblogs.microsoft.com/xamarin/androidx-for-xamarin/

Add Xamarin AndroidX Migration Tool (don't forget to check "Show pre-release packages") https://www.nuget.org/packages/Xamarin.AndroidX.Migration.Tool/1.0.0-preview06

Add Other Requiered AndroidX bindings

  • Xamarin.AndroidX.Lifecycle.LiveData
  • Xamarin.AndroidX.Browser
  • Xamarin.Google.Android.Material
  • Xamarin.AndroidX.ExifInterface
  • Xamarin.AndroidX.Legacy.Support.V4