Here is a HockeyApp Binding for Xamarin.Android on GitHub
https://github.com/tpurtell/AndroidHockeyApp It includes an additional class, TraceWriter, which allows you to log exceptions that come from .NET into HockeyApp. Exceptions are reported to HockeyApp...
View ArticleRe-download certificates / provisioning profiles ?
With the new "built in" control of the Apple Developer Portal certificates and/or Provisioning profile generation and download, how to one re-download after making changes in the portal ? I have just...
View ArticleWhere to store images?
Hi. I want to store images taken with the camera to open them later with an Intent.ActionView. I have this code: String path = _parent.Activity.FilesDir.ToURI ().ToString () + "Pictures/" +...
View ArticleCrashing at startup in Debug, Release is fine
I'm running Xamarin Studio on OS X Mavericks, building an Android app with latest API version (19?), running it on Galaxy S4. I can run my app on the device in Release just fine. When I try to run in...
View ArticleThe type or namespace name 'Android' could not be found
This seems to be happening to me more and more often lately - I've been working on an Android class when all of a sudden it refuses to compile because of a missing reference (that it didn't complain...
View ArticleBackground Location process dying after 15mins on IOS
Hi there, I'm following the xamarin tutorial on IOS: Walkthrough - Using Background Location...
View ArticleGoogle Maps Android API utility library support
Hi, I want make use of Google map maptag clustering which is part of Google Maps Android API utility library. I'm current make use of Google Play service from component store. Is there any chance that...
View ArticleCommit failed. [ProjectFolder] is already locked
when I set the linking option of the release to "SDK only" I can not create an android package. It fails with a message (translated from German) like "Unexpected error in the LinkAssemblies-Task": Here...
View ArticleStrange behavior when mixing iOS and Azure projects
We have an existing solution that has a MVC website, Web API webservices, a worker role and shared library projects which support these applications. These applications are deployed to Azure using...
View ArticleHow to Manage Sections in GetCell?
Hi, I have a TableView that needs to display 2 sections (5 rows each), and one array of values (10 elements). In GetCell it displays the first 5 values in the array twice, so the data related to the...
View ArticleTrying to use "using Android.Animation;"
I am unable to use this namespace cause It's not recognized by Visual Studio 2010. I want to able to use ITimeInterpolator as well as ValueAnimator. Is there any chance of using this?
View ArticleError related to MvvmCross for Release build with Linking="Sdk Assemblies only"
I got below compile error when under "Release" mode with "Linking" option set to "Sdk Assemblies only", I don't want to use Linking = none. Any idea what is going wrong? The "LinkAssemblies" task...
View ArticleUncauch java error
Hello, Sometimes, i catch uncaught exception: {Java.Lang.NullPointerException: Exception of type 'Java.Lang.NullPointerException' was thrown. --- End of managed exception stack trace ---...
View ArticleSpinner-menu size
Hi. I have a question about spinner. I have two in my application and Im not aware about any difference in my code between these two, still one's opened menu has much bigger options and they look like...
View ArticleError while using Android Support V4 xamarin project
I am getting following error when i add Android support V4 component in project _Error XA5207: Please install package: 'Android Support Library' available in SDK installer. Java library file...
View Articleerror MT5309: when building for device, but not on simulator
Hi All- I have a strange issue. I am getting the following error: error MT5309: Native linking error: final section layout: error MT5309: Native linking error: __TEXT/__text addr=0x00009000,...
View ArticleCrashlytics on Xamarin.iOS and EXC_BAD_ACCESS/EXC_BREAKPOINT
We've had Crashlytics integrated into our applications for some time now. I did this by using the bindings at https://github.com/Reedyuk/Xamarin-Bindings I also implemented the hook that preserves...
View ArticleCan somebody explain why I get "System.EntryPointNotFoundException:...
EXCEPTION: System.EntryPointNotFoundException: ABAddressBookCreateWithOptions at (wrapper managed-to-native) MonoTouch.AddressBook.ABAddressBook:ABAddressBookCreateWithOptions (intptr,intptr&) at...
View ArticleImageView binding by converter not work
Hello, since a view days I've tried to bind my ImageView(DrawableId) by a converter. But nothing happens, the Convert-method wouldn't call, no picture, no idea what I could do. Here is my XML code: I...
View ArticleCreating a Facebook like (but much simpler) infinite scrolling custom list
Hi all, I'm completely new to Xamarin and mobile development so sorry as it might be a simple answer. I'm getting my hands dirty and developing an iOS application using Xamarin. For this, I have...
View Article