Xamarin Forms Video github
iOS / Android Xamarin Forms Video Player (updated) https://github.com/amccorma/xamarin-amccorma/tree/master/VideoPlayer download the zip file. samples attached.
View ArticleConsume Self Signed SSL based WCF Service
Hi All, I have created a valid Self Signed certificate on my local machine and I can access the webservice through browser. However, I am getting the following exception when consuming on Xamarin.forms...
View ArticleHide title bar in Android 4.3 (Api 18) with xlabs
Hello, In the Android part I am trying to hide the title bar. For API 17, 19, 20, 21, 22 and 23 I have a theme with this item : <item name="android:actionBarSize">0dp</item> For API 16,...
View Articlehow to dynamically move objects (buttons, images, ...)
How can I dynamically move an object like a button or image in Xamarin forms? Currently, I've got a relative layout, and when an event occurs, I remove the objects from the layout and then add them...
View ArticleYour experiences with update to Win10 + VS2015…?
Hi all I work with Win 8.1 and VS2013 Update 2 and XF 1.4.4 “stable” and XLabs right now. On the base of various reasons, I have to update to Windows 10 and VS2015 in the near time. As we develop also...
View ArticleIssue with RelativeLayout in iOS
Hi, This piece of code works like a charm in Android but it doesn't in iOS. The ListView is positioned at the top of RelativeLayout instead of below the Stacklayout. If i remove the StackLayout, then...
View ArticleIssue With Navigaton.PushAsync
Hi There, I am having issues when I try to navigate to a new content page in Xamarin. Coming from a business WPF environment, I am using MVVM for this project and I am handling the page change even via...
View ArticleContrary to the Advertising
How does one get there money back. Been working on it for much more time than the $25.00 is worth but man in my opinion you guys just want to keep my money even if you said different.
View ArticleActivityIndicator in a ViewCell
I have an ActivityIndicator embedded in a ViewCell. I am trying to get the ActivityIndicator in the specific ViewCell to start once it is tapped, but I can't seem to find the right code to make it...
View Articlecodesign wants to sign using key "your dev key" in the keychain
I am trying to build an iOS app for Ad Hoc distribution. When I build, I get a popup on my Mac. "codesign wants to sign using key "your dev key" in the keychain do you want to allow access to this...
View ArticleDoes Xamarin Forms 2.0 support 3D Touch
Would like to add some 3D Touch functionality to my forms app. Just wondering.
View ArticleError The "CreateAdditionalLibraryResourceCache" task failed unexpectedly
Hi, after uptading Xamarin.Forms references in my project via NuGet Visual Studio 2013, When I try to build my solution it appear this error: Error 14 The "CreateAdditionalLibraryResourceCache" task...
View ArticleWhat could cause a crash in GetAppearedOrDisappearedTask ?
Our QA team just got this crash in Xamarin Insights. I don't see any of our code in this except for the Main call, so maybe it's a Xamarin Forms bug? It would be nice if the NullReferenceException told...
View ArticleTableSection w/out header
How can I hide / not create the section header created by a TableSection? The TableSectionBase documentation states: You can assign a header and a footer either as strings (Header and Footer)...
View ArticleImage (UI) rotation or Image Source rotation. Which one is better?
we are developing an application where we need to show the ID cards. One page we have to show the ID card in landscape mode and other page we have to show the ID card in Portrait mode. Which one of...
View ArticleDeployment failed. Architecture not supported.
Hi I am getting the below error while deploying.. The package does not support the device architecture (x86). You can change the supported architectures in the Android Build section of the Project...
View ArticleListView row is alway expanding when inside image fits to size
Hallo I have a listview with a grid inside the itemtemplate. The grid looks like following: <Grid RowSpacing="0"> <Grid.ColumnDefinitions> <ColumnDefinition Width="7*"/>...
View ArticleCalling Grid.Focus() doesn't actually focus the element. Is this a bug or by...
So I have a button on my Android device and when I tap it I call. myGrid.Focus(); I then try to use the property: myGrid.IsFocused; but this always returns false. Is this a bug or is this by design?
View ArticleResetting Navigation stack
I have flow in my app where you create a new listing, once created (after 4 pages of data entry) it takes you to the Listing Detail page, is it possible to clear the navigation stack once on the...
View ArticleMobile app version number scheme across 3 platforms
Hi, for sharing version information across all Xamarin.Forms-Projects, is still using a Tool for patching the respective files the way to go?...
View Article