DLToolkit PageFactory - simple MVVM for Xamarin.Forms (github)
DLToolkit.PageFactory for Xamarin.Forms The main reason for creation of PageFactory was that I needed very simple to use library which would free me from implementing the same things for any...
View ArticleWhere to get the Add Xamarin.Forms.Labs.Controls from?
Hi there I'm trying to use the Calendar from Add Xamarin.Forms.Labs.Controls. The how-to documents reads: Add Xamarin.Forms.Labs.Controls reference to your projects I cannot find that assembly to add....
View ArticleWebView is not showing / iOS 9
WebView is now appearing on any of my application after I upgraded to the latest version of Xamarin for iOS 9. I tried to isolate the problem in separate application. public App() { MainPage = new...
View ArticleXamarin.Forms.Maps - how to set optimal zoom?
I have collection of coordinates and I use them to create pins. I know about Map.MoveToRegion(MapSpan..), but how do I get MapSpan that cover the all pins?
View ArticleVisual studio issues with xamarin
Everytime i get an update regarding xamarin, it's affecting my visual studio 2013 and my visual studio gets crashed. Anybody facing the same issue?
View ArticleHow to use Android Material theme with no action bar
I am trying to use the Android Material theme without an title/action bar using the values-v21 folder. I can't seem to get the title/action bar to be hidden via the theme though. Anyone get this to...
View ArticleValue of Textbox is not binding for window phone.
Hi all, When I enter any value in textbox and keep the focus on the same textbox and click on save button, then the value of textbox is not saving for windows phone in xamarin mvvmcross. Please share...
View ArticleAdd native (android) controls in custom renderer
Currently I am trying to implement a custom renderer for android, which is supposed to display a pdf document. For doing that I need to add some android controls from within the custom renderer and add...
View ArticleI am not getting the exact date which is shown in DatePicker date when I...
In native iOS I found some solution, but in Xamarin there could you please tell me the replication of it. How do I write the below code in Xamarin. NSDate* destinationDate = [[[NSDate alloc]...
View ArticleEvent of button is not getting fired in absolute layout
Hello All, I am facing an strange behavior in Xamarin.forms. When i m writting below xaml code it's working fine as expected but the same thing i m trying to achieve dynamically from code behind event...
View ArticleUITapGestureRecognizer in IOS9.0 for custom cell doesnt work anymore.
I have quite a huge project in XF (since 1.3 days) which started about year ago. This project have several listview which have a custom cell done up using xib and custom renderers. Basically is a cell...
View ArticleAssembly for xmlns:locate not found (Forms-Project with XAML)
Hi, in my Shared-Forms-Project "BorrowedBooks" this "MainPage" made in XAML should dislpay a list of books. The list is a static member in App.cs <?xml version="1.0" encoding="utf-8" ?>...
View ArticleCombining ScrollView with RelativeLayout and Childs
Hi guys, I'm rather new to Xamarin and ran in to a problem. I've created 80% of the view code through my .xaml.cs file and 20% through my .xaml file. Code in xaml.cs file: ` /// /// The _calendar view...
View ArticleStyling a NavigationPage
I'm trying to style a navigation page. I'd like to set the BarBackgroundColor property to white. I've done the following in the xaml for the content page. I am guessing that the contentpage can't reach...
View ArticleUser Interface Issues (WP8.1rt)
Hi Guys, I currently developed a Windows Phone 8 (Sliverlight) Application using Xamarin Forms and now developing the same app in Windows Phone 8.1 Runtime and I have notice a huge difference in the UI...
View ArticleNot able to access SOAP webservice
I'm working with SOAP webservice for that i'm referring Xamarin.forms samples(webservice) i.e https://github.com/xamarin/xamarin-forms-samples/tree/master/WebServices/TodoASMX But in "Data" folder...
View ArticleWCF Streaming in Xamarin Forms
How I can connect to one WCF Streaming server with Xamarin Forms? It is possible?
View ArticleSQLite GetConnection: DB creation problem
Hi, I am using below lines to connect to SQLite DB in my Xamarine Forms application: SQLite_Android sqLiteAndroid = new SQLite_Android(); SQLiteConnection db = sqLiteAndroid.GetConnection(); after this...
View ArticleAppCompat Issue
Hi, The moment I add V7AppCompat Package to my existing package, the build starts to give a new error.. Removing the dependency again gives me an error free build. it gives error in...
View ArticleExtendedTextCell - Text not appearing?
I am trying to use the Xamarin.Labs ExtendedTextCell in a list. In the following simple code, the list binds to the correct number of cells, but no text is displayed. Am I missing something simple...
View Article