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

Image may be NSFW.
Clik here to view.

Public Roadmap / Trello cards

Just doing a quick search for 'public roadmap' shows me I'm not the only one interested in this I've seen several companies using Trello nowadays so it's actually not too big of an admin overhead for...

View Article


WP 8.0 project build error with VS 2013 update 3

Build failed with the error "The "CompileXaml" task failed unexpectedly."

View Article


Xamarin Forms Labs and the RepeaterView

I'm trying to figure out the RepeaterView in Xamarin Forms Labs. THE BACKGROUND I have a simple entity called Entry that has property called Notes class Entry { public string Notes { get; set; } } In...

View Article

Why does my navigation drawer gesture stays active in pushed view?

Hi, In my Xamarin.Forms implementation, I have a MasterPage which is in fact a MasterDetailPage. The code for this page is: public class MasterPage : MasterDetailPage { public Dictionary<MenuType,...

View Article

Image may be NSFW.
Clik here to view.

Problem with header template while using GroupHeaderTemplate and...

Look at the first screen shot, it looks perfect And now after scrolling listview header size becomes uneven and DisclosureIndicator appears on the header template instead on custom cell. Here is code...

View Article


Image may be NSFW.
Clik here to view.

After Updating Xamarin.Forms - App doesn't start

Hello, I played around with Xamarin a little bit but now, after updating to Xamarin with NuGet, my App doesn't start anymore I use Visual Studio Ultimate 2013 and Xamarin Forms 1.2.3.6257 While...

View Article

Adding Shapes to OpenGLView

I want to draw lines and rectangles in my openGL view using the opentk library. I have http://iosapi.xamarin.com/?link=T:Xamarin.Forms.OpenGLView this running but I can't figure out how to do anything...

View Article

Doubts related with a app with login page

I have this sample: Office365RESTAPISample That has a login page, contact view and edit contact view, the flow is: LoginView > ContactView > EditContact And I have some doubts: Should I have to...

View Article


TapGesture to stacklayout doesn't work in Android

Hi, I added TapGestureRecognizer to stack layout. Its works well in iOS but not working in Android at all. Code is as under : var txtCompany = new ExtendedEntryControl...

View Article


How to add app icons as back button for slide menu in MasterDetailPage -...

Hi, We completed our testing in android and now we have started testing for iOS. Few things needs to be fixed. One of that is, we are using MasterDetailPage for slide menu. In Android it automatically...

View Article

PopModalAsync - Modal reappear after closing on iOS and WinPhone

Hi! I have a Modal Page (a simple content Page) opened from a navigation page with Navigation.PushModalAsync(myModalPage). When I close my Modal , it disappear and reappears on my screen... Here's my...

View Article

NullReference on StackLayout.Children.Add

I am getting a NullReference exception from Xamarin.Forms when calling : var contentView = new ContentView(); contentView.Content = new StackLayout(); var stackLayout = new StackLayout();...

View Article

How to solve faltering ListView in iOS and Android

Hi all My app queries data from a webservice and stores the result in a list. The list then is set as ItemsSource to the Listview. The ItemTemplate of the ListView is set to a ViewCell where further...

View Article


Redirect to Home Page from OpenUrl method

Hi, Is there any recommended way to redirect to the home page after uploading any document ? I am trying below code but it is not working after upload application is crashing. Say when I select any...

View Article

Android L supported in latest Xamarin.Forms?

Good day, Is Android L supported in latest Xamarin.Forms? I want to be able to take advantage of the z-index (paper) drop shadows in my UI design. Thanks

View Article


Image may be NSFW.
Clik here to view.

Xamarin.Maps Error on Android "major version 51 is newer than 50"

I really don't understand what this means. All my nuget packages are up to date and Xamarin is all up to date. I am using Xamarin.Forms.Labs in my project also.. I read to remove all references from...

View Article

How to hide or remove NavigationController with Xamarin forms

How do you hide or remove NavigationController with Xamarin forms

View Article


Caching of ListView cells?

Hi, I was experimenting with Xamarin Forms, converting an existing application over to see how it runs. The app consists of a UITableView that displays a scrolling list of cells that includes images...

View Article

Add subviews to view in Forms?

Say I want to create a reusable control consisting of a webview and a couple labels. My initial thought was to create a subclass of view, add the subviews I need (labels, webview), and add the control...

View Article

Using BitmapImage()

How can i import the System.Windows.Media.Imaging? Which reference or package i need to use?. I want to resize a IO.Stream Image after selecting it from Xamarin.Forms.Labs.Services.Media.MediaPicker.

View Article
Browsing all 58056 articles
Browse latest View live