How can we Integrate Xamarin.Forms Application/Component with Xamarin native...
Hi All, I have developed an app/component using Xamarin.Forms and as per the requirement I need to integrate that component with another app which is developed on Xamarin Native in Android as well as...
View ArticleTrouble with localization in XAML extension class
Hey guys, While using the exact example found here : https://developer.xamarin.com/guides/xamarin-forms/localization/ I am getting the following error at TranslateExtension Error 1...
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 ArticlePlaceholder Editor
How can I have a placeholder in an Editor in the same way as I can in an Entry field ? Regards
View ArticleAdd a button to WebView
Hello. I'm using WebView to view .pdf documents. Also i need to print them. Is there any way to add some button on WebView? Problem is in adding this button to page's content.
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 ArticleToolbar area stays visible when navigating to a page without toolbaritems...
Hi, I'm having some trouble with the toolbar on WinPhone. When navigating from one ContentPage with toolbaritems to another without toolbaritems, the second page shows a black area (where the toolbar...
View ArticlePlay Services 25 --> results in hundreds of "does not contain a definition...
I'm using a package (Kinvey Android) that requires Google Play Services 25 (all of them). This results in hundreds of errors like "Resource.designer.cs(141,141): Error CS0117:...
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 ArticleVisual Studio reporting errors (Value cannot be null) since last set of...
Since applying the latest Xamarin updates, Visual Studio is reporting the following error: ERROR: Value cannot be null. Parameter name: project Unfortunately, with so much software auto-updating these...
View ArticleXamarin.Forms and MVVM
Hello, i decided to create a mobile app with xamarin.forms. My goal is to use the mvvm architecture in my xamarin.forms app properly. Is there any sample app which uses this architecture? I prefer to...
View ArticleXamarin.Forms and EntityFramework 7
With the latest release (RC1) of EF7, is it possible to use EF7 with SQLite in a Xamarin.Forms project for iOS, Android, Win 8.1, WinPhone 8.1 and UWP? If so, does anyone have an examples? Is there a...
View ArticlePPI/DPI of current Device
Hi there How can i get current DPI/PPI of the device, for example iPhone 3 had 193something ppi while iphone 4 had 320 something ppi. Thanks
View ArticleUsing Entity Framework 7 RC1 with SQlite on Xamarin.Forms
Can Entity Framework 7 RC1 be used with Xamarin.Forms? If so, please provide an demo example with simple CRUD operations. Thanks.
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 ArticleHow to make the screen visible for 20 seconds or more in the Xamarin forms
Hi I have 3 content pages here first.cs second.cs third.cs In First.cs I have following code snippet. Button b=new Button(){ Title="Submit" }; b.clicked+=(){ //Here I would like to call the second page...
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 ArticleXamarin Forms localization strings not showing up on Galaxy s3
I'll make this quick. I have a Xamarin Forms app, and I am testing the localization feature on a Galaxy S3 device. In the Emulator, the strings change without issues, both in XAML and code behind, when...
View ArticleXamarin 4 What more can we expect?
Xamarin 4 has been launched with some great new features like iOS Apps in Visual Studio, XIB Launch Screens, tvOS with Xamarin. Are there any other aspects of this release that I can leverage while...
View ArticleTileLayout for List
Hi there, I couldnt find Tile Layout for List, is there any plans for it? or any other Option? Thanks
View Article