How can we achieve RTL in Xamarin.Forms?
Hi , Please provide us the details regarding RTL in Xamarin.Forms.
View ArticleGoogle auth crashes application
I am using google auth through a webview in xamarin.forms [android app] and after the user authenticates, the application crashes, and i am unable to move forward. Here's a snippet of the code : public...
View ArticleNo toolbar buttons in landscape mode on any tablet
This is for FormsAppCompatActivity. You can see the buttons on the toolbar just fine in portrait mode: Now, in landscape: First, the buttons are not there any more. Second, the drawer button becomes an...
View ArticleHow to add a BackgroundServiceAgent to play mp3s in a Xam.Forms Windows Phone...
The right way to play audio in the background in Windows Phone 8 is pretty straightforward, but only if you start from a "Windows Phone Audio Playback Agent" template. Instructions from MSDN are here....
View ArticleFacebook Native Login Using Forms
Using the example in Facebook SDK package which is Android project (not Forms) I created a page renderer for facebook login. I got the facebook permission dialog open but no matter what I click, Cancel...
View ArticleINotifyPropertyChanged tutorial, no xaml?
I'm developing an application which uses timers to update the data in the views, but I think that this is greatly decreasing the performance. Is there a tutorial for INotifyPropertyChanged, which...
View ArticleXamarin Form Designer
I have a quick question about Xamarin forms. Is there a designer available for the Xamarin Forms (xaml)? If no, will there be one soon? Because I installed the latest version of Xamarin Studio and...
View ArticleHow to fix 'NaN is not a valid value for height'
I'm trying to create a Grid Layout. I can't find any "Template" option for when binding to a ViewModel, so I'm trying to hand roll this thing. Here's my XML <ScrollView x:Name="ModuleScrolLView"...
View ArticleFull page TableView
Hi there, I'm trying to build something like a blogpost View within Xamarin forms. It consits of some Labels on top, below that a WebView and under the WebView I would like to have a listview of...
View ArticleHow can I access Navigation from within a ViewCell?
Let's say that I have a custom ViewCell for a ListView, where each cell contains a button. When a user clicks that button I'd like to be able to push a new page onto the navigation stack. The problem...
View ArticleWebView size/visualization problem
Hello, For the past couple of days I've been trying to make a WebView in my Xamarin.Forms project behave the way I want it to. Sadly without success... So any help would be appreciated. The scenario: I...
View ArticleXamarin.auth crash.
Hi everybody. I am trying to use xamarin.auth in a cross-platform application through a pageRendered and it connects with Facebook fine, but when come back, it crash. This is the call to the...
View ArticlePublishing android app using VS 2015 or Xamarin Studio 5.9?
Hello, I am a fan of Xamarin Studio with regards to the Android specifics but, it I would like to ask some inputs as well if which is the better tool for creating an android package? What are your...
View ArticleCreate download link call web api.
Create download link in which file is on server.Write Web Api Lokk Like this But it does not work. [AllowAnonymous] [Route("GetApp")] [HttpGet] public HttpResponseMessage GetApp(string AppId) { var app...
View ArticleHow to implement a Pop Up window in Xamarin Forms?
Is there a way to implement a Pop Up window in Xamarin Forms where you can put images, label, etc. and dynamic? Especially in a Map? Is there any generic implementation. Let me know. Sample code would...
View ArticleWorking with Xamarin Forms Animation class and Animation Extensions
Hi Guys , I have seen the Animation and Animation Extensions in the Xamarin forms.But I dont know how to apply in the Xaamrin forms.Can Any one explain me how and where we use this concepts in the...
View ArticleShow DisplayActionSheet on LIstView long-press instead ContextActions Menu
I think it might be nice to show DisplayActionSheet on long-press event. Is it possible?
View ArticleAndroid sometimes makes a black screen.
Hello. I been working on a app that use xamarin forms. So far i been able to test on WinPhone and android. On winphone everything works nicely. but i having some funky problem with my android version....
View ArticleMaster-detail page in Android: Master-Icon is shifted to right, after a...
Hi all I have a strange problem. I use master-detail-page for navigation (Popover) and have assigned a master-icon: Master.Title = "Menu"; Master.Icon = "Home.png"; this.MasterBehavior =...
View ArticleNew Blog: FreshMvvm n=2 – IOC and Constructor Injection...
New Blog: FreshMvvm n=2 – IOC and Constructor Injection Feedback always loved!
View Article