Is there any jwplayer sdk available for both xamarin android and ios? Where can I find a tutorials of integrating jwplayer mobile sdks to xamarin?
JWPlayer doesn't appear to directly support Xamarin. However, you can access any native library from Xamarin by creating either an Android or iOS Binding Library.
Related
Can someone assist me how to integrate google charts in xamarin forms android and ios app? As I am new to xamarin forms development. Can anyone tell me whether its possible or not?
No as of now we cannot integrate google charts in any of the mobile technologies but can use webview to show the charts in apps
I am very new to xamarin platform, created PCL App for IOS and Android.
I will be using Esri SDK for Xamarin.
I have started with xamarin forms.
Is it possible to use Esri SDK with PCL(Xamarin Forms) or do i have to create a Shared project?
Is there a separate iOS and android Xamarin SDK ?
Please advice, i am looking for proper solution....
Thanks in advance
I make some app for Android/IOS in Visual Studio with Xamarin (not Xamarin.Forms). There are ViewFlipper in Android designer, which I use for carousel component. Is there any same in IOS? I mean not 3-rd party component, but native like ViewFlipper in Android.
you can use 100% IOS & Android Api with Xamarin, means what ever is Available in android or IOS you can use in Xamarin.
there no built in carousel component in IOS.
I am using Syncfusion Carousel and it is free.
We've been using Sinch JS SDK on OSX and Windows, but were told it doesn't work on IOS or Android. Now, there is the IOS native app SDK, so shouldn't there be support for the JS SDK as well?
It all comes down to that the web views dont have webrtc support (or well some android does, but its complicated)
Are there any other way to create Android Application except Xamarin.Forms ?
There is a remark
"The equivalent app written with Xamarin.Forms is called Todo."
at https://github.com/xamarin/mobile-samples/tree/master/TaskyPortable.
So, which application type present at this link?
You can use the Xamarin Native to develop the Android Application. Here is the link to get started with the Xamarin Native with Android: https://developer.xamarin.com/guides/android/getting_started/
And you can also use the Xamarin.Forms Portable and Shared for the Android, iOS, UWP, Windows Phone 8/8.1 and Windows 8.1 application development.
Thank You.