mobile - How to use specific packages in xamarin -
currently i'm developing small app myself using xamarin. want use https://github.com/philjay/mpandroidchart project there isn't package can use both os.
in readme they've added xamarin port don't know how use it. please explain me whether can use project or i've search opportunity?
what mean "both os"? android package.
mpandroidchart ⚡️ powerful & easy use chart library android. runs on api level 8 , upwards.
for xamarin.android port(a binding project of java project):
https://github.com/flash3001/mpandroidchart.xamarin
the major release version 3.0.0 available, can download here: https://www.nuget.org/packages/mpandroidchart/3.0.0
so can download nuget xamarin.android project.
there note of xamarin.ios port(not same library here, giving cross platform functionality):
https://github.com/flash3001/ioscharts.xamarin
which can found on nuget:
if updated xcode 8 there's version of library uploaded in nuget pre-release channel. https://www.nuget.org/packages/ioscharts/2.2.5.2-xcode8
Comments
Post a Comment