[Xamarin Blog] Generate Excel Spreadsheets in Native Mobile Apps using FlexCel
Just posted: "Generate Excel Spreadsheets in Native Mobile Apps" on the Xamarin Blog. Read the full article to learn how to use the FlexCel component to generate Excel spreadsheets from C# code in...
View ArticleHow to use Google open-source code in Xamarin.Android?
I want to make use of Google's new datetimepicker, as seen in the Google Calendar app. Google has open-sourced the code here: https://android.googlesource.com/platform/frameworks/opt/datetimepicker/...
View ArticleHow to customize SDSegmentedControl Appearance?
Hey everybody, I'm currently trying to change the FontSize of SDSegmentedControl's labels but I can't seem to get it right. I would really appreciate some help :)
View ArticleCombine photo images to build a video file
Is anyone aware of a cross platform (iOS & Android) implementation of something that will allow me to create and export a video file based on a series of selected images/photos ? Ideally I'd also...
View ArticleDebug timeout during startup (Mvvmcross)
Hi! I'm just starting up on porting my Mvvmcross based Android application to iOS. The problem I'm having is that iOS only allows a process 10 seconds to startup, and the initialization code that is...
View ArticleMKAnnotation difficulties
Greetings all, I am currently trying to use some MKAnnotations in my app, but I am having some difficulty. I am placing two annotations, one on top of the other, at a certain coordinate point. Then I...
View ArticleProblems with Dependencies in Xamarin Studio
Hi Has anyone had the issue whereby Xamarin Studio complains about references even though they have been correctly set. I have attached a screenshot below showing warnings that dependencies were not...
View Articlecan't find Linux / Gtk examples
hi Xamian community. this is Carsten from Germany. just getting warm with Xamarin/Mono/... I have thirtysome years of development experience. recently mostly JavaEE. so far this C#-stuff seems more fun...
View Articlelistview adapter
I want to set a string array to my list view. With below code I have "An unhandled exception" in line 3. What is problem? Did I forget something? string[] items; items = {"01", "02", "03", "04"};...
View ArticleHow to perform Drag and drop functionality?
Hi there, I am trying to perform the drag and drop functionality. But I didn't find any API for this. Please help me with any sample example. Thanks.
View ArticleI have enterprise edition of xamarin studio but it is giving Error XA9001 and...
I have an enterprise edition of xamarin studio v4.2.2, it is giving Error XA9001 and Error XA9010 I use to have trial version after a couple of days i have installed enterprise edition tried to build a...
View Article"Link all assemblies" strips my static library symbols for release builds
I have an iOS app that uses a few C++ static libraries. I use the -force_load option to ensure that my C# interop calls can find and use the static library entry points. It seems like Xamarin is a bit...
View ArticleAnyone Got ActionSheet Date Picker Working?
Hi, I downloaded the ActionSheet Date Picker example from the Xamarin site: http://docs.xamarin.com/recipes/ios/standard_controls/actionsheet/actionsheet_date_picker/ but I can't pick a date! When I...
View ArticleMonoTouch.D supporting both iOS 6 and 7
Hi, I am trying to make my app look good in both v6 and 7. At the moment my items in mono touch dialog overflows to the right side when I execute the app on iOS 6. How could I make my list items stay...
View ArticleBuilt wont display any GUI
Hello, i just started programming with xamarin and wanted to run my first program, but i doesn't shows any kind of gui. There's just an App running called "mono-sgen" (image related). I tried other...
View Articlebuilding a barcode scanning feature with Xamarin (we are encountering...
Background: We are trying to incorporate a barcode scanning feature into our mobile app. Specifically, this is a VIN scanner to make it more efficient for auto mechanics to do vehicle inspections. Here...
View ArticleCustom tableHeaderView overlaps table view items
Hi, I create a custom view for the header and set it for the table with the code below. The header overlaps the table cell items DishDetailHeaderView view = new DishDetailHeaderView (); dishDetailTable...
View ArticleView Orientation
In my Info.plist I have set the application up so that it accepts all orientations. I have then attempted to add code to set a number of the views to accept only portrait mode. This seems to work for...
View ArticleGet Application Runtime Version
In C# I can do the following to get the application version at runtime. In a Xamarin.Android app this only returns 0.0.0.0 everytime. Version appVersion =...
View ArticleHandling Silent Remote Notifications
Hi there! I'm currently trying to implement silent remote notifications in my Xamarin.iOS app. I use uniqush-push (http://uniqush.org/) for sending push messages to my iOS app. Receiving and handling...
View Article