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.
Related
I am very new to Xamarin.Forms android , IOS applications.
And I have small project in WPF which have some controls like openGL control, Windows, Usercontrols. And I need to convert my wpf project into Android and IOS Application using Xamarin.Forms.
I will create other UI Components like labels, buttons, Textbox in Xamarin.Forms but i need to use the Same WPF usercontrols, windows in Android , IOS Application.
Is there any way to do this?
No. iOS and Android do not have any mechanism to render these controls.
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 was giving an interview for a company and I was told by the architect that they are creating iOS apps from Xamarin.iOS ( NOT Xamarin Forms) with MvvmCross framework and they use storyboards for UI. But if the UI is very simple they use XAML to create them.
I never knew we can use XAML for Xamarin.iOS and Xamarin.Droid. We had a small discussion/argument if that's even possible. He said they were using it successfully.
My question, is it really possible to use XAML in Xamarin.iOS and Xamarin.Droid. Because, if we can do that, I feel no use of using Xamarin forms.
If yes, can anyone provide some kind of documentation?
Thank you.
There is no way to design UI in XAML using Xamarin.Android or Xamarin.iOS, but you can include Xamarin.Forms page in Xamarin.Android or Xamarin.iOS app. This way you can have native app with UI using storyboards, but with some Xamarin.Forms pages designed in XAML.
There is a sample how to do that in Xamarin Forms samples project on GitHub.
Only Xamarin Forms support sharing of UI via XAML.
UI for iOS has to be made using xib or storyboard.
For Android using AXML.
Windows Phone, UWP, WinPhone Silverlight, Windows can use XAML for UI.
Have you removed this components from Components storein Xamarin Studio ? If yes then how to force load calabash framework in xamarin ios project. If any alternative option is available in place of calabash by Xamarin for iOS only(Except UI.Test Xamarin framework) in Components, then let me know. Looking forward to response from your side.
Try using TestCloudAgent from Nuget.
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.