[Guide] Create a Gradient Background without Images
Hey, today I accomplished the task to create Gradient Background without the use of an Image. The task was to make it possible for the user to change the Background of the Views on Runtime! First I...
View ArticleInitializeComponent does not exist
Hi, I'm having difficulties on XAML files in a Sheared project. Using Xamarin Studio; What I did was simply adding a xaml page to the project and build without adding any code. And it gives me the "The...
View ArticleHow to ship a XF-app to the stores (iOS, Android, WP)..?
Hi all Within the last about 3-4 Weeks, I was able to ship my App for all three platforms to the shops. As I had incredible, terrible problems to do that (2-3 Weeks of the 3-4 Weeks, I had spent to...
View ArticleAdding cancel and done buttons to a modal page
I want to display a modal page, like when you click the 'add event' button in the native iOS calendar app. In my modal page I want to display a TableView. This code deals with the navigation await...
View Articleconsume wcf basic authentication in xamarin forms
Hello everybody, can someone tell me if consuming a wcf service with basic authentication is supported in xamarin forms and if yes, is there a best practice? I was able to call the wcf service with...
View Article2 Line Label with Tail Truncation
I'm converting a MonoTouch.Dialog app to Xamarin.Forms. I have a Cell in a ListView and that has a "Detail" line that should be 2 lines long, and should truncate the tail after that. var lblDetail =...
View ArticleCan I change the application Icon shown top-left on a Navigation page at...
I want to change the change the application icon shown top-left in a Navigation page dynamically (ideally by Binding to it). However I can not find a way to do so in a XF PCL Android app. Is it not...
View ArticleI can't type commas in an numeric entry binded to a decimal value
This is really really strange. I have an entry binded to a ´decimal´ value with a default value (which comes from server): <Entry Text="{Binding AmountToPay}" Keyboard="Numeric" /> And I see the...
View ArticleIOS - ScrollView doesnt work on device
Hello, I got the following Problem - Currently I am trying to output a Datagrid (Zumero) in a Stacklayout located in a ScrollView. <ScrollView > <StackLayout x:Name="Scroll" Padding =...
View ArticleSplash Screen on an Xamarin Forms App (iOS)
Hi all, I'm beginning to love this platform!! I do have an issue that is bugging me and I just can't seem to get to work. The iOS splash Screen. I have all of the App Icons, Spotlight & Settings...
View ArticleCan't get PopToRootAsync working
I start my app showing a main page. From there the user goes through multiple pages until the app should go back to the main page. When I click the final button which should take me back nothing...
View ArticleHybridWebView LoadContent with base URL
Hi, I'm trying trying to use the XLabs HybridWebView (HWV) to load HTML from a string while using resources from the assets/resources folders on iOS & Android. If I'm using LoadFromContent with a...
View ArticleWindows Phone pull to refresh not working when ListView has few items
We're using Xamarin Forms 1.4.2.6359. We have a page with a ListView that has pull to refresh enabled. For Windows Phone Silverlight 8.1, when the ListView doesn't have enough items to fit the screen...
View ArticleHow to intercept Navigation Bar Back Button Clicked in Xamarin Forms?
I have a xamarin forms page where the user can update some data in a form. I need to intercept the Navigation Bar Back Button Clicked to warn the user if some data have not been saved.How to do it? I'm...
View ArticleMasterpage and navigation !!
In reference to this link https://github.com/xamarin/xamarin-forms-samples/blob/master/FormsGallery/FormsGallery/FormsGallery/MasterDetailPageDemoPage.cs this example is working quite fine but the...
View ArticleHow to assign badges to an image in Xamarin Forms ?
How to implement badges in Xamarin Forms for any image ?
View ArticleFailed to allocate a XXX byte allocation with XXX free bytes and XXMB until OOM
Dear Sir, we are trying to establish a PCL class that loading images from URL, however sometimes when the image is oversized, the system will suffer from OOM and crash. May I know how can we intercept...
View ArticleXamarin Forms Drag and Drop on Button controls
Hi all, I am busy porting my android code to forms. I currently have buttons in android that are dragable. Using the Button control from Xamarin Forms there is no obvious way of doing this. With the...
View ArticleOnStart, OnSleep, and OnResume Are Not Getting Called
I created a new Blank Xamaring.Forms App called Test. I updated all packages, then changed the options in the Test.Droid project disabling the Use shared Mono runtime and settings the Supported ABIs to...
View Article