Business Trial Ended but still compiling with 24 hours limitation
Hi everyone, Few days ago I finished the Business trial, and went back to my Indie account. I'm publishing to iOS platform but my program is blocked with the 24 hours validation. What could I do?...
View ArticleGridView with ItemsSource?
Are there any plans to implement the Grid with an ItemSource property?
View ArticleNew Bug?
I set a style in my application start file and tried to set it to an Style in my form page and it returns a null; however, it returns a value if viewed via the intermediate window. Sometimes my Xamarin...
View ArticleRemove AppIcon from xamarin.Forms
I am following this link https://www.syntaxismyui.com/xamarin-forms-masterdetail-page-navigation-recipe/ for masterdetail and achieved quite well Now trying to remove the app-icon and the also I am...
View ArticleHow to implement push notification into Xamarin.Forms (Android and iOS) ?
I have my website (using ASP.Net), when i post new topic in my website, i want to push notification into mobile app (Android and iOS) with message "Have new topic on website ABC" I research PushSharp...
View ArticleAlternative to XmlnsDefinitionAttribute
Does XF support some alternative to XmlnsDefinitionAttribute? I've not been able to track down any discussion on this matter. Presumably XmlnsDefinitionAttribute support isn't already there because the...
View Articleweb services in wp8
Hi I am not able to add System.Web.Services,System.Web.Services.Protocols , [System.ComponentModel.DesignerCategoryAttribute("code")] in xmarin shared project , i am able to run ios and andriod but in...
View ArticleHow to get inner control of a frame by code in xamarin.forms
Hello All, I am facing a problem .I have created two Frame control ,one is frameContainer and second one in innerFrame. I have set innerFrame as the content of frameContainer.Now at the runtime i want...
View ArticleHow do you create a Material MasterDetailPage?
Hi! I'm creating an app using the MasterDetailPage. I was inspired from Hanselman and have used a bit of his code. Everything is going pretty good, but I have a hard time designing the NavigationDrawer...
View Articlecross platform FontFamily
Hi there, I need to specify different FontFamily for different Labels in my app. I need to use the default fonts (e.g. Roboto for Android and Helvetica for iOS) with their modifications (e.g. Light,...
View ArticleFix for Button Layout Bug on Android
If you've run into the same problems with layout on buttons that I have where when you either add other controls, or even just do things like set text on labels, and you're finding that the Button text...
View ArticleSiddique Ahmad
I am new to xamarin Forms.When I am running xamarin forms app in an emulator it is showing that unfortunately App has stopped.Can anybody help me on this issue.
View ArticleRelative binding in C#?
Hi to all. I am implementing a custom **ViewCell **in code, and I want to bind the Command property of a button inside the ViewCell to a command in my ViewModel. In XAML, I can do it: <Button...
View ArticleStacklayout/ScrollView extremly slow in Windows Phone...?
Hi all I my app, I show (inter alia) an detail-page with a StackLayout in a ScrollView. The data are queried from a web-service. While the page is shown in about a second in iOS and Android, it takes...
View ArticleBug, iOS, Label with StartAndExpand HorizontalOptions does not expand if...
Hello there, Because a picture is worth a thousand words, let's start with this: As you can see, I am trying to build rows with a left-aligned Label (LayoutOptions.StartAndExpand) and a right-aligned...
View ArticleButton inside ListView
Hi all, I think I have found a possible bug on Xamarin Forms (android): when you add a button to a ListView ViewCell, the selectedItem binding property stops working on Android (it still works on iOS)....
View ArticleHow to change the highlight color for selected item in the listview?
I'm working with Xamarin Forms ListView and trying to change the highlight color for selected item because right now for Android version, the highlighted item has black color. I'm using DataTemplate to...
View Article'System.ArgumentNullException' occurred in Xamarin.Forms.Platfrom.WinRT.DLL"
I am getting "A first chance exception of type 'System.ArgumentNullException' occurred in Xamarin.Forms.Platform.WinRT.DLL" exception. While doing implementation in Windows 8.1 project using Xamarin....
View ArticleAnyone tried a Camera Crop / Resize Overlay?
We're currently using Xamarin forms for an app where you can take a picture and store it on the database. We're using XF Labs (https://github.com/XForms/Xamarin-Forms-Labs) for the camera function and...
View ArticleSignature or Photo
Hi, Am having a registration form once the detail is filled the person need to make a signature below it. We need to migrate this process in mobile. So how to handle signature concept in mobile...
View Article