I 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 ArticleCombined animation does not repeat
I am trying to implement infinite pulsing animation. I try to do it like this for some View view: var a = new Animation(); a.Add(0, 0.5, new Animation(f => view.Scale = f, 1, 1.2, Easing.Linear,...
View ArticleCommand Binding not working on an ImageCell
I can't seem to get the Command interface to work with an ImageCell in XAML. The rest of the data that I'm binding the view with is working just fine, with the exception of the Command property, which...
View ArticleMasterDetailPage MasterBehavior.SplitOnLandscape NotFoundException: Resource...
I am having problem tracking the source of following exception on Android (no test on iOS): When I set my MasterDetailPage mode to MasterBehavior.SplitOnLandscape and launch OR ROTATE device to...
View ArticleHow do you properly implement a OnBackButtonPressed override with async...
We're a little confused as to how to mix Xamarin.Forms page functions like DisplayAlert and the OnBackButtonPressed override since one is async and the other is not. We tried this, but the DisplayAlert...
View ArticleAdded Package - Xamarin.Forms.Maps into Android project get error
I have just added package Xamarin.Forms.Maps for Android... but the project compilation error ... how do I solve this? Anyone facing the same problem before?
View ArticleiOS Scaling and the well known keyboard problem.
Developers! I was wondering, why do I get those black bars when using a 4 inch retina IphoneSimulator. And how does Xamarin.Forms handle the "Keyboard overlaps textfield" problem in iOS. Do I still...
View ArticleMasterDetail Navigation not working on iPad2 after upgrading to iOS9
I have 2 devices in the iOS realm. I have an iPad 2 and an iPhone 6. I have upgraded my entire VS-Xcode toolchain to have the latest from Xamarin and Apple. I have compiled the app as an ad-hoc app for...
View Article