How to right-align a view inside a list item?
Hi, I have a ListView with an ItemTemplate that contains a horizontal StackLayout that has a label and a Button. I want the label aligned to the left of the screen (works by default) and the button...
View Articlehow to acheive Rounded Button in Xamarin.forms?
I have a requirement of round button, to show notification badge in my app. I am currently doing it in a custom renderer, but unable to acheive. any help would be appreciated. button.SizeChanged += (s,...
View ArticleFile Upload Control not working in web view
Hi, I am loading my HTML web page into Xamarin Forms Web View control. In the HTML web page there is one File Upload Control for Image upload. Here The Upload control is not working in Mobile. Thanks
View ArticleAsync api call On startUp
Hi, We have the folllowing issue: When our app starts we want to do an async api call to get the logged in user. When de api call completes we store the user object in a static values class. But the...
View ArticleMail Attachments using smtpclient
Hello, I'm new to all this xamarin-things. I'm stuck on one pretty simple things. I can't send mail messages with photos attached to them. I'm writing Xamarin.Forms ios application. This is how I code...
View Articlefull-text searches (.epub files) in a cross-platform app ?
I'm looking into methods to index an .epub book (we'll have alot of them, but one at a time for the purpose of this question). The index file will travel with the book (.epub) to a users device when...
View ArticleRendererFactory.GetRenderer() - is it bug - child content?
Is it bug that RendererFactory.GetRenderer(Forms.View) doesn't return child content? For instance if you call this with non-empty Grid (for ex. with few buttons) only the Top-Level element would be...
View ArticleXamarin Forms In app billing for Android
I am making an app where I have to have in app purchases (buying keys that I can further use in the app). I have looked at this component http://components.xamarin.com/view/xamarin.inappbilling, but I...
View ArticleOpening solution in VS2015 results in project loading errors: Unknown Tools...
I receive an error for each project that's in my solution when I attempt to open my solution that was created in VS2015. For each project I receive the error: Unknown Tools Version '14.0' I am using...
View ArticleError when attempting to open solution created in VS2015: Unknown Tools...
I receive an error for each project that's in my solution when I attempt to open my solution that was created in VS2015. For each project I receive the error: > Unknown Tools Version '14.0' I am...
View ArticleFacing an Internal Error Suddenly
Hi, I am facing an internal error while debugging my app today. It was fine till yesterday. The error I am getting - Xamarin.AndroidTools.AndroidDeploymentException: InternalError --->...
View ArticleIs it possible to do Inline formatting in label?
i am curious about this one, few days back i was working on a project and there was a requirement to show label test in different font weights and styles like mentioned here on this link :...
View ArticleLabel update
Hi everyone, i am new on android, what is my wrong? i see just Done on screen after 10 seconds, i want to see , Progress : 10%,Progress : 20% etc... lbl.Text = "Starting"; for (var i = 0; i<10;i++)...
View ArticleAndroid forms maps: out of memory exception when compiling.
Hi All So... I create a new Android Application targeting the latest installed API (4.4. kit kat). I add the Xamarin.Forms package, then i compile, all good. I then add the Xamarin.Forms.Maps package,...
View ArticleOut of memory exception with image
Hi, I have a forms page with a grid. The grid has about 3 rows en 3 colums in each grid item is a imageview that does imagecaching. When I fill the grid with data in code I get a out of memoryexception...
View ArticleBuilding in Android: Java Out Of Memory Error
I recently upgraded to OSX Yosemite, and now when building in Android, the build just hangs at the middle of the progress bar and I get a java.outOfMemoryError in the end. Here is the whole stack:...
View ArticleXamarin.Forms and Windows Universal Apps
Hello! In the latest updates from Microsoft for Windows 8.1 and Windows Phone 8.1, they introduced the Universal Apps. Wrapping up, it is nothing more then use the new Shared Projects included on...
View ArticleSystem modules when using Forms and a PCL project
Hi, I am developing an app for Android and iOS which uses oAuth and would like to do this as a PCL project and Xamarin.Forms. What i cannot seem to figure out how to use System.Json and...
View ArticleSetting StyleId (for UI testing) on DisplayAlert?
Is it possible to set the automation id's for popup alerts so they are testable from automated UI tests?
View ArticleAuto rendering 20+ icons for iOS, Droid and WinPhone Apps
The number of icons needed to create a Xamarin Forms app is most irritating. That motivated me to hack together a WPF desktop application that renders application icons / splash screen using XAML (and...
View Article