Not 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 ArticleHow to create button pressed effect?
Hello, I need to create a button/image/whatever that changes image while pressed to create the button pressed effect. How can i get to the 'while pressed' state? Even if using custom renderers, i cant...
View ArticleConsuming a WCF Service - needing some hand-holding I guess...........
I have a very simple WCF Service and I cannot for the life of me figure out how to call it from a PCL project. I have created a simple Winform application to test it out, and it's working fine. But, I...
View ArticleMemory leak in Xamarin Forms ListView with Custom Cells
I've been doing some research on a memory leak our enterprise app has. Thsi app is developed with Xamarin Forms. After several tests i've found that ListViews with custom cell causes memory leak. I've...
View ArticleIsPassword is there for Entry but not for EntryCell
IsPassword is there for Entry but not for EntryCell control. Any specific reason why we cannot have it in EntryCell?
View ArticlePop Display Alert/ Message from ViewModel
Guys. How do i invoke/ call display alert/show message once my program did some logic in ViewModel (MVVM)? E.g Login Form --> Enter Login Data ---> Click Login Button---> Bind button command...
View ArticleChange picker wrapping?
Hi. Is it possible to disable "text wrapping" for the picker? Right now it is wrapping long strings into several lines. Is this possible to change? Thanks.
View ArticleGesture Recognizers audi feedback
Hi, Is there a way to treat a tap gesture like a button press such that it relays a 'click' sound if the user has that option enabled. I do not want to play a custom sound, i just want to play a...
View Article