I'm new to Xamarin, at the moment exploring options to start building Android apps using Xamarin (or) native java. So far, I was able to try out few applications and run on Android sim successfully. However, one of my requirement is to use simple line / bar chart, but could not find out of the box support (or) anything good in xamarin component, however I found pretty nice & simple one in online in native java. Is it possible to import the java library (http://android-graphview.org/) and compile them using Xamarin. I also tried https://oxyplot.codeplex.com/ which supports xamarin, but I could not get it working for Android, having issues in build and deployment. Any pointers is much appreciated.
↧