I would like to implement image slider in Xamarin IOS and C#, Like this example.
This slider is building a dynamic number of UIPages according to the number of UIImage that available. How to implement that?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Casper ValterPosted Dec 17, 2015, 11:02 AM
I am not familiar with Xamarin, so I cannot suggest any solution related to Xamarin programming. However, to my knowledge, Xamarin is usually used to build cross platform Applications. I am currently using Intel XDK development environment to develop HTML5 cross-platform apps. It helped me in many situations especially in building my main app package (setup) for different target platforms. You can find more information about Intel XDK here:
https://software.intel.com/en-us/intel-xdk
I used XDK for displaying images on Android with help from LEADTools. The good thing about XDK is that the same code should work on both Android and iOS with it. There's an example project about this here:
https://www.leadtools.com/blog/imaging/html5/using-leadtools-html5-intel-xdk-cross-platform-mobile-app/