daniel-stoneuk / material-about-library

Makes it easy to create beautiful about screens for your apps
Apache License 2.0
1.12k stars 140 forks source link

Making This Library Available to Developers Using Xamarin.Android #90

Closed VaslD closed 5 years ago

VaslD commented 5 years ago

I have made a private Xamarin bindings project (like a port but way easier) for this library to make it available for an Android app written in C#.

Can I publish the Xamarin version to NuGet.org and link it to this project? The package will then be publicly available. I'm also hoping that you can put the NuGet package link (once published) on ReadMe to help other developers find the C# version of your library.

daniel-stoneuk commented 5 years ago

Yes please that sounds great!

VaslD commented 5 years ago

Sorry for getting back to you so late.

Looks like someone already created a bindings project and published it on NuGet: Karamunting.Android.MaterialAboutLibrary. It was last updated last year so I'm not sure if they were still maintaining it.

I uploaded the updated version as well: DanielStone.MaterialAboutLibrary.Xamarin. It (may) currently has some issues as AndroidX implementations are in very early stage on Xamarin side. I will update the bindings once Xamarin's Android Support Libs come out of pre-release.

daniel-stoneuk commented 5 years ago

@VaslD Brilliant, do you want to PR with a link to this in the README?