More errors with latest release
So I was able to compile with linker option set to "Do not link assemblies" I am losing my patience with this attitude at Xamarin that we are to be your beta testers. No confidence dudes!!!!!!!!!!!!!!!...
View ArticleListView in ViewCell in TableView - How to not scroll?
I have a ListView nested in a ViewCell inside of a TableView in order to create a makeshift dropdown (selectable list). It works great since the selection is highlighted and updates when another item...
View ArticleWhen to release app resources ? Page "On Destroy" ?
I use a 3rd party audio library (written in native C, for iOS and Android), which uses a lot of memory, e.g. for loading user soundfonts of 1GB or more. In Android I have always called some "Close"...
View ArticleNew exception with SSL after upgrading to latest today, buiding non linked...
Here's my stacktrace: 2015-09-18 13:31:34.692 CloudCopMobileiOS[641:8064] critical: Stacktrace: 2015-09-18 13:31:34.692 CloudCopMobileiOS[641:8064] critical: Native stacktrace: 2015-09-18 13:31:34.814...
View ArticleCustom rendering a rectangle
Hi Experts, I would like to draw the top and bottom edge of a rectangle rounded instead of it's corners using a custom renderer. Can anyone, give a couple of suggestions? Many Thanks, Percy
View ArticleAdding EULA before app publishing
Hello, I am ready to publish my app that is built on Xamarin Forms. However I am not sure how to add EULA to my app. Is there a sample that shows how it can be done? Thanks
View ArticleLayers xamarin forms
Hello ... I have a question, I want to make a multiplatform application, layered, how many layers can be used? I validations layer, business logic and data access when I'm in the layer of validations...
View ArticleNew error after updating all Xamarin packages
I managed to clean out my bin and finally was able to recompile my PCL project, but now getting this error when compiling the iOS project. Could someone please help? Error 3 Could not link assemblies....
View ArticleChanging MainPage for an Application
Just upgraded to the latestest Xamarin iOS build (9.0.1.0) and I am now getting an error whenever I try to update the MainPage property of the application class. This is what my logic looks like: 1....
View ArticleError System.Object
Hello! I try to run the sample TodoREST but the samarin studio show the error: C:\TodoREST\TodoREST\TodoREST.cs(15,15): Error CS0012: The type 'System.Object' is defined in an assembly that is not...
View ArticleCross Platform Streaming YouTube Video
I have read several posts about how to stream YouTube videos using Xamarin and even found a couple of sample projects, but none of them support both Android and iOS and are done using Xamarin.Forms....
View ArticleHow to set a button at a fixed location on the bottom of UI using Xamarin Forms?
Hello guys! I need some help, I would like to set a set a button at a fixed location on the bottom of UI, how to do this using Xamarin.Forms?
View ArticleMTOUCH: Error MT4109: Failed to compile the generated registrar code.
Hey guys, Im trying to build my app for release but its failing for IOS build. What can i do? Full error: MTOUCH: Error MT4109: Failed to compile the generated registrar code. Please file a bug report...
View ArticleHow to add existing XAML file with code behind in Xamarin Studio
I am trying to add existing files to a project. The files are XAML files with a code behind. If I select Add Existing Files it will import them, but they are separated and not nested together like they...
View ArticleGrial UI Kit for Xamarin Forms (Xaml Layouts)
Hey everybody! Just wanted to share with you our first Xamarin Forms User Interface Kit, Grial. Grial is collection of fully customizable, themeable screen layouts crafted in XAML You can use it as a...
View ArticleSend email from Shared code in Xamarin.Forms
Hi! How can I open the default email app (passing Recipients, Subject and body) from shared code in Xamarin.Forms? Thank you
View ArticleQuerying for device background colour
I have two basic UI designs for my app, one for light backgrounds, and one for dark backgrounds. Basically, The icons change from white to black depending on the background colour. I ahve approximated...
View ArticlePutting a Forms Page inside a PopupWindow on Android.
Hi All So I'm not sure if it's possible but thought I would see if anyone has ideas. I'm trying to put a Xamarin Forms Page inside a Android PopupWindow. I've attempted to do this two ways, 1) Create a...
View ArticleAndroid GoogleMap resets camera to Rome
I have a MapRenderer that I'm editing directly: ` protected override void OnElementChanged(ElementChangedEventArgs e) { base.OnElementChanged(e); var gptMap = (GPTMap)e.NewElement; if (gptMap != null)...
View ArticleStripeView in Xamarin Forms
I did a little research and it seems braintree and stripe are suitable for app payments. braintree has no official xamarin bindings but there's a Stripe component by Xamarin for Android and iOS. is it...
View Article