TeamCity, Visual Studio, and a remote Mac?
Is it possible to build an iOS version using teamcity and msbuild? We do all of our work in Visual Studio with an iMac on our desk for dev builds. But we want to set up teamcity to do remote builds,...
View ArticleHow can I prevent RelativeLayout from re-drawing when child changes?
I've got a relative layout that contains a grid I position slightly off screen. The user needs to press a button in order for the grid to "open" (using LayoutTo). Once open, there is a toggle switch...
View ArticleHorizontal ListView
Is any way to create listview with horizontal scroll ? smth like in image. thanks.
View ArticleOxyplot Simple Graph
Hi , I am trying to display simple graph using oxyPlot in Xamarin forms. I am displaying a page when i launch the app using System; using Xamarin.Forms; using OxyPlot; using OxyPlot.Series; using...
View ArticleHow to implement speech(voice)-to-text using xamarin.Forms
Hello Guys. please help, how do i implement a speech(voice) and textbox gets the text in my application.
View ArticleSetting background for every page in Xamarin forms
Hi , I would like to set the background image for every page and it should be accessible for every where .I have seen and got some information about how to do it in the net from the following link...
View ArticleXamarin Mobile component giving wrong coordinates at times
Hello Friends, Did anyone came across this issue while using Xamarin Mobile component to get user's current location? More details on following SO post...
View ArticleCustom Renderer for Stepper
I want to customize stepper control such that I can set the background color, size and also place an entry between the two stepper buttons. Whats the best way to accomplish this? Thanks
View ArticleTabbedPage More Navigation Bar behavior
I'm trying to avoid using a hamburger menu and started a project with a tabbed page. The project has 6 tabs, and the behavior on iOS 9.1 is to display the first four tabs and a "More" tab. My issue is...
View ArticleAnimating HeightRequest extremely choppy
Is there a way to animate the Height of a VisualElement that is buttery smooth? I have the following that I thought would work, but it is extremely jerky: void collapseExpandHeightAnimation(string...
View ArticleAutosize font label
I have seen a custom approach to autosize the font of a label, but I am missing such a built-in feature. How do you others handle different font size on different systems / resolutions, please?
View ArticleDifferent Editor control styling on iOS
Hi I have Visual Studio 2015 on Windows 10. I have a Xamarin multiplatform project for Androd, iOS, WinPhone 8.0 Silverlight. On one page I have the following xaml code: <StackLayout...
View ArticleHow can i draw route on map for xamarin Forms ?
Hi, I have source(current location) and destination locations, Here need to show the Route map between the locations. And How can i implement the current location changed event in Xamarin Forms.....
View ArticleLaunching an app with Xamarin forms
Hi ... I am currently developing an app in xamarin forms (Cross platform) and I am having difficulties linking/launching another app.
View ArticleEditor.Focus() working first time only
Basic project, with this for the main page: public class App { public static Page GetMainPage() { var stackLayout = new StackLayout { Padding = new Thickness(50)}; var editor = new Editor {...
View ArticleNavigation to views from VIewModel where viewmodel is added in separate solution
Anyone have idea how can I navigate from viewmodel to views (Navigation.PushAsyc(new View())) where viewmodel is placed in another project and view are places in another project. Is it possible to do...
View Article"InitializeComponent() does not exist in the current Content"
The Error "InitializeComponent does not exist in the current Content" came up after updating Xamarin.Forms 1.3.3 -> 1.5.1 via NuGet-Manager in VS2013. Is there any fix for this issue? The error also...
View Articlefailed to deploy application on the target device please try to rebuild the...
I have an iPhone 4s that I have already configured for debugging and have deployed my application to many times. However, after the iOS update to 9.0, i get. "failed to deploy application on the target...
View ArticleInitializeComponent does not exist
Hi, I'm having difficulties on XAML files in a Sheared project. Using Xamarin Studio; What I did was simply adding a xaml page to the project and build without adding any code. And it gives me the "The...
View ArticleListView inside StackLayout: a height problem
In a ContentPage I have a ListView inside a StackLayout inside a ScrollView. The ListView is populated (ItemSource is set) in the ContentPage when OnAppearing gets called and I can see that the list is...
View Article