Pusblishing an app to App Store and Play Store that talks to Internal Web...
Firstly, excuse the question if it sounds ignorant or even clueless. We have an app that talks to a Web Service running in an Intranet. We wanted to publish the app in the App Store and Play Store...
View ArticlePossible to push buttons to edge of stacklayout, mimicking the toolbar?
I am using a simple stacklayout to mimick a toolbar at the bottom of my app. I have a horizontal orientation on it with two buttons in it. I would like one button at the far left and one button at the...
View ArticleXamarin.Forms.Maps Pin Click Event To Launch iOS Map.app
Hello, so, I was wondering if you have access to a Pin such as the code below, can you then create an event receiver to launch the Map App programatically and send the location of the pin so that the...
View ArticleXamarin Studio and Microsoft Band SDK
Can i use Xamarin Studio (on Mac) to develop applications with the Microsoft Band SDK or can this SDK only be used within Visual StUdio? Thanks, Guy
View ArticleAdding png to Resources\Drawable hangs Visual Studio
Every time I add a png to Visual Studio in our Xamarin.Forms Android project, Visual Studio hangs. Not sure what is causing it, but I didn't have the same issue when adding the first image to the...
View ArticleHow to validate the server certificate in xamarin forms PCL while calling to...
In my xamarin forms app i am using HttpClient class to call the rest calls, in my rest url i am using "https" for secure connection every thing is working fine, but the problem is in server certificate...
View ArticleCall Http and Https WCF service request from Xamarin.Forms
Hi, Xamarin.Forms I have created one application in Xamarin.Forms. I can able to request WCF service with HTTP protocol and get the response. But I was not able to request wcf service with HTTPS...
View ArticleWorking example of Xamarin.Forms.Labs Autocomplete
Hi, I'm starting to experiment with XLabs. The example for Autocomplete has a comment in the XAML of "This isn't working yet"....
View ArticleXamarin Forms SetBinding error in Windows Phone Project
I got following error on SetBinding function while building my windows phone project: **The type 'Expression<>' is defined in an assembly that is not referenced. You must add a reference to...
View ArticleListView with context menu item update trouble
Hello! My first post! I´ve been working on a cross-plattform Xamarin Forms application for a couple of months. I´ve got a problem with the listview. Not sure if I´m doing anything wrong or if it is a...
View ArticleUsing Roboto Condensed on iOS through Xamarin Forms
I'm trying to use two different Roboto Condensed fonts (excuse the lay man terms) in a Xamarin Forms app. The fonts are two different ttf-files * RobotoCondensed-Bold.ttf * RobotoCondensed-Regular.ttf...
View ArticleAutoComplete Xamarin Forms Cross Platform Sample
Attached is a snapshot of our app. For the "Area" section we have almost 3000 items. If we used a spinner or picker it would be very user unfriendly to let him scroll through the whole list till he...
View Articlehow to update the apk when click on update button in xamarin forms? with...
i have one sample login screen with contain some controls like entry,button. after updating the apk i don't want loose my previous fields. i want update that apk with some changes
View ArticleFeedback from a new user
Folks, this post is by no means meant to be a complaint. But here's my take on XF after about a month of usage: My productivity is extremely slow. I spend about 50% of the time dealing with problems in...
View ArticleLoadApplication issue in project.droid
I am working through the Xamarin Forms Samples and I am having issues with this line shown not compiling. I am in MainActivity.cs Under the Android section of a PCL Xamarin Forms project. It was...
View ArticleOverride/cancel pop when hardware back button pressed using NavigatePage
Is there anyway to achieve this? Thanks, Stuart
View ArticleNot able to see Windows and IOS folders when I create the Xamarin Forms Projects
Hi , I have installed Xamarin Studio and required tools(SDK,NDK,GTK and JDK).My Xamarin studio is working fine but one thing is I am not able to get the Windows and IOS folders when I create the...
View ArticleNexus 10 ActionSheet looks like dialog not ActionSheet. Is this a bug?
on Nexus 10 I am displaying an ActionSheet like so: _page.DisplayActionSheet(title, cancel, destruction, buttons.Select(x => x.Value).ToArray()); and according to this page:...
View ArticleHow to extend Android ActionBar functionality for the NavigationPage?
I want to extend the NavigationPage functionality by making it possible to add a background image to the navigation bar(iOS)/action bar(Android). Therefore I have extended the NavigationRenderer for...
View ArticleThe requested feature is not implemented:...
We are using WCF to consume several Java based SOAP services. Generally most of them works fine, but we can't consume services that returns objects with inheritance. On Windows Phone, response is OK,...
View Article