Is this the correct behaviour for a list view with xam.forms?
Hi, I'm not sure if I have found a bug with list view in Xam.Forms. I have a web call that returns a JSON object which I deserialise into the Info class like this public class Data { public string name...
View ArticleHow to create a pop-up form for users to fill out when a button is clicked?
So I have a CarouselPage that users can navigate between a few pages with different information. I'd like for users to be able to click a button from any of those pages and have a form pop up for users...
View ArticleUI Tests - StyleId on ToolbarItem and other elements
We're currently trying to get some UI Tests up and running with our solution, and the Xamarin documentation states that we should be able to attach the StyleId attribute which will then be passed...
View Article[Xamarin Blog] Build Your Own Selfies App with Xamarin.Forms and Azure
Sending selfies to all your friends has never been easier thanks to Moments: a Snapchat clone built with Xamarin.Forms and Microsoft Azure. Best of all, Moments is also open-source and freely available...
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 ArticleANdroid and windows phone dosent render controlls the same way
Hi Im wonndering how i can get android to render controlls the same way as windows phone, i want to have a picture in the background with controls on top of it, whit a transparent background so you can...
View ArticleRemoving from the ItemsSource of ListView does not update the native listview
The code is below, I'm testing with android platform. When the item is removed, it remains in the listview, and when you interact with it the listview complains that the adapter state changed without a...
View ArticleForm Maps orientation
I noticed Xamarin Form Maps by default display map to North. By ICompass plugin i can get data orientation by user, so my question is: - how can i rotate Xamarin Form Maps (the maps content) to a...
View ArticleAndroid library
Hi! In a Xamarin Forms projetct can i import and use a native Android Library? Thank you for any help. Regards
View ArticleHow to change font family without using render's in xamarin.forms Android
Hi, In my app i want to change font family . Without using render's is it possible.
View ArticleHow to deal with a checkbox use case
I know that there's is no "checkbox" view in Xamarin.Forms. What is the recommended way to deal with a use case that would ask for such a control ? Should present the user with a list of Switches ?
View ArticleNeed Image.Aspect.DoNothing
I'm creating a view with several image views where I don't know the size of the image at design time. I want the images to just be centered in the control and I don't want the images stretched in any...
View ArticleHow to bind a Control's property to another property on itself
Hi Sorry for the topic header, I wasn't sure how to put the question, but an example may clear it up. My end goal is to bind a certain image(a valid or invalid image indicator) of a Button to its...
View ArticleSame BoxView style multiple uses
I've created a simple BoxView which is really just a line across the width of the device in order to indicate different sections of my app: BoxView partition = new BoxView { HorizontalOptions =...
View ArticleMaster/Detail Page show icon on iOS
Hi, I'm trying to show an icon on a Master/Detail page (top left) - see below. However, on iOS, only the title (Menu) is displayed. I do have a resource created in the iOS project named "Menu.png". Any...
View ArticleDrawer behavior in tablet
Can I make my drawer act in a tablet just like it does in a phone (hide and show with the button or the swipe) and not be always presented?
View ArticleXamarin.Forms + UIDocumentInteractionController.PresentOpenInMenu
I need to open a file in a different app. For this I used PresentOpenInMenu in my old Xamarin iOS app which I now want to port to Xamarin.Forms. Unfortunately the other app does not open. My code looks...
View ArticleResize Images with same aspect ratio and Quality
I am trying to resize images.While I was able to maintain the same aspect ratio but the quality degrades.I am using PCL and resizing the images in a native way. ` UIImage sourceImage =...
View ArticleAny update on Xamarin Forms with Windows 10 Universal Windows Platform?
I am eagerly waiting to hear from Xamarin Forms working with Windows 10 UWP apps ... anything exciting launching tomorrow with VS 2015 launch?
View ArticleHow to service Button.Clicked event in a custom ListView.ItemTemplate
If using XAML, it is very easy as all the events are defined in the code behind where all objects of the page are accissible. But I am building UI in the code and servicing a button click event with in...
View Article