Code Behind issues in VS 2015 after upgrading to 1.5
Hi, I upgraded from 1.3 to 1.5 this week and I noticed that when I opened a code behind file for one of my XAML pages or content views all of the controls, etc were underlined in Red with Visual Studio...
View ArticleDumb newbie questions
So, I am working on my first PCL application, and I have a couple of questions............ 1. This application needs to work directly with a web service (SOAP). 2. The application will be receiving...
View ArticleMore 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 ArticleMore 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 ArticleXAML Binding within a resource dictionary (ContentPage.Resources) does not work
I am creating a form using MVVM. In general it works, however I want to bind the Command property of each item in a ListView control to an ICommand on the view model, shown below (the property I need...
View ArticleTwo WebViews and fading between them
Hi, I have an app I am about to prototype, it will have one main screen with a webview on it I will pump HTML code to the view, but I want to have two web views so that I can fade between them when the...
View ArticleXamarin WCF IClientMessageInspector / Custom Headers
Hi, I’m trying to port over some existing WCF extension code into a Xamarin app that is targeting iOs, WinPhone and Android. The code currently lives in a windows desktop app without any problems....
View ArticleVery High Memory Usage with Simple App
As I began UI Testing my Xamarin.Forms application I noticed Peak memory usage of > 220MB. This seems high to me. So I created a blank Xamarin.Forms app from the template. i.e. the app that says...
View ArticleIs there a good cross platform admob component/pcl with examples?
I saw one; but it had no documentation and seems that it's fiddly to compile. Wondering what people do for advertising. I'm not an android guy, and perhaps it's really easy; but so far to me it looks...
View Article[Xamarin Blog] Behaviors in Xamarin.Forms
Read the full article to learn about Behaviors in Xamarin.Forms. Please use this thread to discuss or ask questions.
View Article