No plans to implement a visual designer for Xamarin.Forms (like Blend for XAML)
I had this e-mail today. I would like to share it with you who wait an UI designer for Xamarin Forms. Andrew Ditmer NOV 20, 2015 | 08:54AM EST Hi Volkan, While we will definitely be making improvements...
View ArticleCompile XAML to C#
Hi! What options do I have for compiling XAML to C# code? Unfortunately but InitializeComponent consumes too much time. I have managed to hack creating of new controls on different thread so that...
View ArticleXamarin Forms and Visual Studio
Hi, I am just getting started. I have Visual Studio 2013 and Visual Studio 2015 on my machine. With Visual Studio 2013 I see 4 projects created one is the Share Project, IOS project, Android project...
View ArticleForms.TextCell StyleId not being rendered on iOS - other StyleIds are
I am setting the StyleId on a TextCell and when I inspect it in a Repl window it does not get set. I can see other Ids being set for other controls. var introWalkthroughCell = new TextCell { Text =...
View ArticleListView refresh problems
Since last update I'm having some problems with listview refreshing. In some parts I use observable collections, these work flawless, but in others I use lists because the data changes integrally and...
View ArticleiOS - Forms - XAML : How do I set the width and height of a view ?(Label,...
In the xaml code below, how do I make Label and Entry occupy a certain width and height ? (in % of the screen or pixels) At the moment, the width of Entry depends on how long the text in Label is. More...
View ArticleError adding log4net to a Xamarin Forms solution
I get the following error when I try to add log4net from Nuget. Adding log4net... Adding 'log4net 2.0.4' to FiberChekMOBILE.iOS. Could not install package 'log4net 2.0.4'. You are trying to install...
View ArticleHow to Show Timelines like Only Me, Public in xamarin forms while sharing in...
Here i am able to share an Image to Facebook but here i want show Timelines like Only Me, Public and Friends while sharing as shown in Below Picture using Xamarin forms. Can Someone help me in this.
View ArticleAbsolute layout and map animation issue
Hi, I have a map view in my forms app. this is held in an absolute layout. Onto this absolute layout, I add a centre pin. The map moves fine. Add another image to the layout and kaplow! the map stops...
View ArticleUnit test for PCL
Hi, I am writing Unit test for PCL using Microsoft.VisualStudio.TestTools.UnitTesting framework. is this the right approach?
View ArticleHide tabbar on push
Hi, I have the following code: ` var tabbedPage = new TabbedPage () { Children = { navigationPageBrowse, navigationPageUploads } }; MainPage = tabbedPage;` On the Browse page I have another button...
View Articleany examples for spotlight search in xamarin forms?
any examples for spotlight search in xamarin forms?
View ArticleSystem.NullReferenceException at...
Immediate crash after application begins "WorkingWithMaps" and "MobileCRM" from https://github.com/xamarin/xamarin-forms-samples (both use Maps) Host system is Windows 8.1 Tried in Nexus 10 KitKat,...
View ArticleAfter updated xamarin forms, getting issue when open the visual studio
Dear, We have updated xamarin studio(4.0) and core packages ,after updated we are facing issue ,while build the solution visual studio got struck. After we updated the visual studio(updated to 5) also...
View ArticleSearching for Rating Bar implemetation using xamarin forms PCL
Hi , I wanted to add star rating type control to my Xamarin forms PCL application. I searched for the same but the control is not available directly in XAML. Tried implementing it using dependency...
View Articlelist view button image change in load
Hi friends , in my app i have a cart option, items are adding to cart is from a list view , also cart is other list view. While i add item to cart the i can change the image. Initially the button image...
View ArticleHow to do AbsoluteLayout for ViewCells with Labels?
Hi all: TLDR: I'm looking for any sample code for correctly doing... - ViewCells in a ListView - using AbsoluteLayouts - without setting any Proportional bits - with uneven rows - containing...
View ArticleCreating a BindableProperty to bind with ViewCell
Hi guys, I'm currently working on a crossPlatform app, and i had to create a custom Switch component. the component itself is working just fine, but, it doesn't correct interact with my ViewModel as i...
View ArticleFile not found exception on webresponse (HTTPWEBREQUEST) Get and Post request
I am developing windows app after developing iOS and android application. I am using shared project with iOS android and windows. That shared project contains service layer for sending get and pose...
View ArticleHaving trouble updating a 3rd party component for XF 2.0
Does anyone have a working copy of the signature pad for XF 2.0? I have contacted the author, tried to compile it myself, but no luck so far.
View Article