System.Net.Http
Hi all, Am very new to Xamarin. Am trying to import the nuget package System.Net.Http into my solution and I get the following error. Could not install package 'System.Net.Http 4.0.0'. You are trying...
View ArticleHow To use Google Translater Api
Hi, I want tot use Google Translation API/ Bing Translation API to the project of Xamarin Forms(Android). Any one Know how to integrate Google Translation API to the Xamarin Forms Project. Please share...
View ArticleGoogle Places Library Javascript from Xamarin.Forms
Hello, I'm trying to use Google Places Library API: https://developers.google.com/maps/documentation/javascript/places?hl=pt For what I could see it uses javascript. I would like to know how I can use...
View ArticleVisual Studio 2015 Community Edition Update 1 + Xamarin Forms 2.0
Please do not install/update these two version if you do not have spare time. Visual studio hangs on every time adding new resource file to android project. Resource.Designe.cs does contain new entry....
View ArticleThe "xamlCTask" task has been declared or used incorrectly
The "XamlCTask" task could not be instantiated from "C:\"MyPath"\Documents\Visual Studio...
View ArticleListView HasUnevenRows not working
Looking at this I can see it's known that has uneven rows isn't working properly in winphone 8.1 https://bugzilla.xamarin.com/show_bug.cgi?id=36151 I'm having an issue that some of the items in my...
View Article[Xamarin.IOS] [Xamarin.Forms] Soft Keyboard hides Entry at bottom of page.
[Xamarin.Forms] [Xamarin.IOS] I have a chat page which has a listview of messages and a horizontal stack at bottom (which contains an entry for new message and a send button). My problem is that in...
View ArticleLocking orientation in Xamarin.Forms
I'm trying to lock the screen orientation programmatically in my Xamarin.Forms app. I could not find a solution that is supported across devices, so I'm using the Dependency Service to implement it for...
View ArticleNot able to scroll the scroll view programatically on Entry fill event
I am trying to build a login form and I am using Xamarin forms for the same, for a better user experience I am adding scrollview as my root and then using the Grid controls (Attached is the Xaml for...
View ArticleDestroy a Task
Hi Friends, and Happy Christmas to all of you. I have this problem. I have an app that, on OnStart(), create a Task Task.Run(async()=> startTimer (60000)); this startTimer() has this code... private...
View ArticleTabbedPage Icons not visible (Android)
Hi, I want to add Icons to my TabbedPage (see image ) but the icons don't get displayed on Android Devices: Here's my sample code of my shared projects GetMainPage method: `public static Page...
View ArticleHow can i repeatedly make an http request in background using xamrin.Forms?...
I am working on a project which need to make a simple get request from a server. Simple Http GET request. But it has to be called after a fixed interval. The data downloaded will be in bytes.. How can...
View ArticleNavigation and AppCompatActivity
Hi all, I switched from XFormsApplicationDroid (I'm using XLabs) to FormsAppCompatActivity (of course for the Android part of the app) But now I have a problem... I have to push a new page and remove...
View ArticleWebview open external browser
Hello all, i'm using xamarin.forms webview to open a html page. So far so good. Inside my html has "a href" linking to another URL and when clicked, its open inside the webview. I wanna open outside...
View ArticleXamlC on assembly level, breaks on masterdetailpage setting detailpage in xaml
I'm creating an application where I'm using MasterDetailPage's. Everytime i'm setting a detailpage as in the sample here...
View ArticleText aligment and color in SwitchCell
I am using a Xamarin.Forms.SwitchCell on an Android application to allow user to toggle configuration settings. Is there a way to set the text color and alignment of the text in the Switch cell? The...
View ArticleContentPage
Hi all, Please I need your help. When I create a new xamarin forms project(shared) and then add a new ContentPage, The ContentPage that is inherited doesn't appear blue. It is as if though its not...
View ArticleXamlC on assembly level throws unhandled exception for a simple Xaml page
Environment: Xamarin.Forms version: 2.0.0.6490 Visual Studio Community 2015 (w/ Update 1) on Win10 (32-bit) Android Phone Version: 4.2,1 PCL project Description: The Xaml page (attached as text file)...
View ArticleRealize Calendar Control.
Is there prepared solution to calendar control with function like: current taped date, color of tapped date, marked dates, etc ?
View ArticleHow to get the current applications Icon image
I have a common PCL that's used by a number of different Forms applications. In this common component I need to get the current applications Icon, and I'm wondering where I would be able to find that....
View Article