How to attach a file to an email intent?
var email = new Intent (Android.Content.Intent.ActionSend); email.PutExtra(Android.Content.Intent.ExtraEmail, new string[]{"person1@xamarin.com", "person2@xamrin.com"}); Looking for some...
View ArticleCrash when trying to record 120fps video with MonoTouch / iPhone 5s
I am trying to implement in MonoTouch the ability to record video with high frame rates (available since iOS 7). Following Apple documentation, we are enumerating the available video formats like this:...
View ArticleBottom LegacyBar problem
I want to insert bottom legacybar in my sample app. A code I have used in .axml file is attached below. and current screen image and expected screen image is also attached
View ArticleUnhandled Activation Error
Hello, I am trying to build a project, and I am logged in, but I receive the following error in a popup labelled "Unhandled Activation Error": System.NullReferenceException: Object reference not set to...
View ArticleCreating an package requires the Enterprise version?
Hi, I've just come to rebuild (and package) an app for a friend and Xam.Android is telling me I need the Enterprise version to do this. When did this change or is it a mistake as even the trial version...
View ArticleServiceStack Monotouch Problem
The case of the problem is the following. We are currently developing 2 applications for Windows Desktop and iPad version in monotouch. We are trying to have as much of common code as we can, but using...
View ArticleIs it possible to call Xamarin code from an Android/iPhone/WP7 native app?
Hi, Calling native code from Xamarin is well documentated BUT we would like to know if how to do it the other way around. That is, create a native app and call code created from Xamarin in some way...
View ArticleBuilding Libraries in Xamarin for use in Android, iOS native
I realize that this is found here: forums.xamarin.com/discussion/2136/is-it-possible-to-call-xamarin-code-from-an-androidiphonewp7-native-app, however the thread appears to be dormant. In short, I am...
View ArticleUnable to update Xamarin after buying Indie License.
Hi I purchased a single Android Indie license last night, installed Xamarin but when it tried to update I got the following message: Error verifying license. Please contact support. I emailed support...
View ArticleStoryboard screen size, I need help supporting both iPhone 4 and 5
Hello, I'm trying to build my app interface using the XCode Storyboard. I'm having trouble figuring out how to get the screen size to adjust based on whether or not the app is on an iPhone 4 or 5. The...
View ArticleEXC_BAD_ACCESS in Xamarin.iOS app when debuggin native library with LLDB...
Hi, I have a project which consists of a C++ library and a Xamarin.iOS app that statically links to it. I managed to set up the bindings so that the app runs well on both the device and the simulator....
View ArticleSibling projects for one platform
Hello! I have an iOS application Foo and want to create very similar application Bar. It will only different in some files and resources. I tried to create project Bar with the same solution and link...
View Articleasync / await and UICollectionView background image loading
Hi everybody! I'm trying to figure out how to take advantage of the async / await patterns to download asynchronously remote images into a UICollectionView. I'm trying to put async code inside a...
View Articlecreate button
Hello, i created button and add to camera overlay view i can see camera view and omg overlay image but how can i set this button to take photo when user touchup thank you
View ArticleXamarin Studio compile error IOS
Hello Xamarin i have the following error while compiling in Xamarin studio i provided a log with the full error thanks for the support
View ArticleBilling History not available
Hi, I've have renewed my subscription. In the confirming email as well as in my user profile is a link provided to the billing history. Unfortunately the link isn't working. I need a recipe of the...
View ArticleProblem in using .DLL class library
I have created .dll class library in visual studio 2013 ultimate. I want to use this library in my xamarin android project It is giving following error C:\Program Files...
View ArticleNotification Display with red dot and count next to buttons
Hi, What would be the best way to go about adding iOS style red dot notification displays on buttons in my app? Similar idea to what you see on the iPhone Home, ie. unread email count, but inside my...
View ArticleAdvantages of Xamarin - comprehensive list anybody?
I'm looking for a comprehensive list of arguments for Xamarin. I find it incredibly hard to sell a Xamarin solution over a cheaper Web App. The price is higher, the initial work is more - That's what...
View ArticleApplication Output Pad missing
As you can see in the attached screenshot, I have no Application Output pad. I have this same issue on two Macs; one runs OSX 10.7.5, the other has the latest Mavericks. Both have Xamarin up-to-date,...
View Article