RendererFactory.GetRenderer have a bug when content is a stack layout contain...
RendererFactory.GetRenderer have a bug when content is a stack layout contain more control, only the stack layout show, and i have find two discussion have notices this problem,why xamarin's man not to...
View ArticleNew page Instance when navigating
I currently use MVVMLight for my Xamarin Forms project (fantastic library btw). And when you go to NavigateTo another page the example code they get you to push into the helper means that for every...
View ArticleChange absolute layout with animation
How can I change absolute layout parameters with animation, like if a want to change the width of this: mainLayout.Children.Add(someButton); AbsoluteLayout.SetLayoutFlags (someButton,...
View ArticleJsonConvert.DeserializeObject doesn't work in Release mode (Android only)
Hi, I have a very strange problem deserializing object from json string. Everything works good in debug mode, but not in release with the same data. The strangest part is that I use it in several...
View ArticleDialogs leaking memory on Android
Take a DatePicker sample: `public DatePickerDemoPage() { Label header = new Label { Text = "DatePicker", Font = Font.BoldSystemFontOfSize(50), HorizontalOptions = LayoutOptions.Center }; DatePicker...
View ArticleHow can I get target property name and type within custom xaml markup extension?
Actually target property type would be enough. Thanks in advance.
View ArticleCustom AppDelegate and Xamarin.Forms
For an app I'm working on I have to implement the Good Dynamics SDK. This has been done with an earlier app with success, but this being a Xamarin.Forms app has brought some extra difficulty. For the...
View Articlelistview not working ,can you help me where it is going wrong?
<ListView.ItemTemplate> <ViewCell.View> </ViewCell.View> </ListView.ItemTemplate>
View ArticleXamarin Forms like Master Detail page (Hamburger Menu)
I am working on a small POC where I want to use Hamburger Menu (like MasterDetail page of Xamarin Forms). I tried Split View but it does not work like the Hamburger menu, is there any way to implement...
View ArticleConvert ImageSource to byte[] and send it to the API endpoint
Hi All, My current task is to send image to the API endpoint, but I found it a little complicated so thanks in advance for your help. Sample cURL for my endpoint looks like this: curl -H "Content-type:...
View ArticleLongitude e latitude
Boa tarde sou Brasileiro e novo em xamarim.forms estou tentando criando um app que pega longitude e latitude, alguem teria alguma instrução em xamarim.forms
View ArticleIs that possible to quick view my XMAL file in a designer like WPF?
Just a preview, feel tired of run it in the application to view it and wasting my time. Something similar as XMAL in WPF/Silverlight UI designer.
View ArticleDetect key press from external device
Hi, I have a device that transmit data as keyboard wedge (send data as it would be pressed from an external keyboard). I want to detect that input, but I do not find any keypress event in...
View ArticleHow can I put a checkbox element in my XMAL in X.forms?
Didn't find it in 'view' class. http://developer.xamarin.com/guides/cross-platform/xamarin-forms/controls/views/
View ArticleToolBar multiline Xamarin Forms
Hi, I would like to know if is possible to have a multiline toolbar using xamarin forms. Please see the imagen attach to get more information
View ArticleHow to use the Mono.Data.Sqlite.SqliteConnection xamarin.forms PCL
How to use the Mono.Data.Sqlite.SqliteConnection xamarin.forms PCL xamarin.forms shared library can be used How to use the Mono.Data.Sqlite.SqliteConnection xamarin.forms PCL, xamarin.forms shared...
View Articlexaml Layout isn't IntelliSense?
<?xml version="1.0" encoding="UTF-8"?> <ContentPage.Content> </ContentPage.Content> Before Orientation IntelliSense, not now, why? Xamarin Studio Version 5.9 (build 431) Installation...
View ArticleCustomize Action Bar in Android
Is there any way to customize Action Bar in Android from Xamarin.Forms pcl project or else using custom renderer? I would like to add some icons on Action Bar.
View ArticleTrying to get navigation back button or search bar cancel button localized
Hi, Our Forms application is running as expected in différant languages but, on iOS, we can't get the right localization strings for the back button in navigation bar or cancel button in the SearchBar....
View Article