How to print response from wcf services in portable Class library (PCL) in...
How to print response from wcf services in portable Class library (PCL) in App() Method ? I have created wcf Webservices proxy class using Silverlight 5.0. All coding i have done... but i want to print...
View ArticleXamarin.Forms 2.0 amd profile settings in Xamarin Studio 5.10
Hi all, I've just updated my system to the newest Xamarin version. The installer also updated XamarinStudio. At the moment I'm not able to update my nugget package of Xamarin.Forms to 2.0 because of...
View ArticlePopup keyboard hides parts of the UI rather than resizing
I would like to create a screen that has a behavior similar to common chat apps e.g. Hangouts where there's a scrollable section of the page and an Entry with a Button underneath that updates the...
View ArticleMultitrigger on a Button doesn't work
Hey maybe someone can explain to me why this code is not working. When the conditions are met the Button doesn't get enabled. Or do the conditions don't work like that. I mean !string.IsNullOrEmpty...
View ArticleWin phone deployment
Hi, I'm not sure this is the correct place to ask. But how would I host a local WinPhone build on our local server for use by our internal beta tester. Thanks Dave
View ArticleHow can i set the app icon to the left in iOS part of Xamarin.forms?
Currently the app icon appears in the center by default in iOS .Is there a solution to place the app icon in the left in iOS part of Xamarin.forms.
View ArticleHow to know if file is exists on dropbox or not..?
Hello Team I am new to Xamarin and I am trying to sync Drop Box using "Dropbox Core API" component. I am able to upload file on Dropbox without any issue but I am not able to search file (if file is...
View ArticleCustom Control
Can I create a custom control and paint it with OpenGL (on all platforms)?
View ArticleCompile Error after upgrading to new Xamarin 4.0 and Forms 2.0
I've upgraded everything on the Mac and VS2013 with latest from Xamarin. Now getting the following error when compiling the iOS project. I've submitted a support request at ios@xamarin.com, but thought...
View ArticleXamarin.Forms 1.5.2-pre2 Released
pre-2 Notes Features Entry.HorizontalTextAlignment SearchBar.FontAttributes, FontFamily, FontSize XAlign properties renamed HorizontalTextAlignment YAlign properties renamed VerticalTextAlignment Add...
View ArticleConnectivityPlugin.ConnectivityChanged not working on iOS for an XForms App
Hi @JamesMontemagno I'm using the ConnectivityPlugin for detecting changes in the connections for a XF App. Connectivity.Plugin.CrossConnectivity.Current.ConnectivityChanged += (sender, e) => {...
View ArticleI want to refresh my ListView on Button Click. Please help. :)
Error: 'xamarin.forms.ListView' does not contain definition for 'IsRefreshing' 'xamarin.forms.ListView' does not contain definition for 'IsPullToRefreshEnabled'
View ArticleListView IsPullToRefreshEnabled not found
Hi! I try to implement "pull to refresh" in ListView. I just set property IsPullToRefreshEnabled = true, and got the following exception in my app: System.MissingMethodException: Method...
View ArticleDynamic grid?!
Hi guys I've started using Xamarin forms for an app I'm working on. It's going _ok _so far, finding some stuff a bit of a struggle though. My latest issue is trying to implement some sort of dynamic...
View ArticleCan't add Shared Project to References in Windows Phone 8.1
Hello, I'm trying to add a Windows Phone 8.1 project to my existing solution which contains a Shared Project. I'm also using Xamarin.Forms. But when I follow these steps, I get stuck at the step where...
View ArticleMultiplatform authentication? (WP, Android, iOS)
Hello, I'm currently developing a PCL application for iOS, Android and WP using Xamarin.Forms. The thing is that I can't find a nice multiplatform way to do authentication. I'm currently using the...
View ArticleGraphic editor functionality using Xamarin frameworks
I am assessing how much and which of Xamarin's frameworks (and the ecosystem) I can use to create a Graphics editor (think of interactive shapes such as curves and rectangles). I know I can use...
View ArticleCamera Overlay - Xamarin Forms
Hello, i've been working on the sample provided by XLabs to work with the camera ( https://github.com/XLabs/Xamarin-Forms-Labs/wiki/Camera ) and its working ok (only if target API = 21) . I wanted to...
View ArticleListView on iOS is auto scrolling to the top when rows are reloaded through a...
I'm porting an iOS application into Xamarin Forms and I'm pretty much done.... I'm just having an odd issue where I expand Table Cells and the ListView just auto scrolls to the top I took the...
View ArticleHow can I use FontAwesome icons in the NavigationPage?
I am still quite new to Xamarin Forms and I was wondering if it is possible to use FontAwesome icons in the NavigationPage. I have found a way in iOS to use FontAwesome icons in the toolbar items using...
View Article