Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Browsing all 89864 articles
Browse latest View live

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 Article


How 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 Article


UI 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 Article

Building 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 Article


Image may be NSFW.
Clik here to view.

ANdroid 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 Article

Image may be NSFW.
Clik here to view.

Removing 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 Article

Form 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 Article


Android library

Hi! In a Xamarin Forms projetct can i import and use a native Android Library? Thank you for any help. Regards

View Article


How 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 Article

How 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 Article

Need 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 Article

How 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 Article


Same 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 Article

Master/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 Article


Drawer 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 Article

Xamarin.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 Article


Resize 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 Article

Any 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 Article

How 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
Browsing all 89864 articles
Browse latest View live