Component Store Packages causing DLL Hell for me
Hi guys, I am having a problem with two of the libraries in the component store, I have the following installed. Android Support Library v13 for the SwipeRefreshLayout...
View ArticlePass custom object between activities
I've got a few custom objects like RootObject: public class RootObject { public Form Form { get; set; } } How can I pass an object to the next Activity with an Intent? I read something about...
View ArticleBitmapFactory.DecodeByteArray ERROR on size about 10KB - 20KB
Good day to everyone! Every 5 seconds I run cycle with about 10 - 40 calling of next method for different ImageView and at some times I get BitmapFactory.DecodeByteArray ERROR. I have no any ideas to...
View ArticleInstruments guide not working
This guide: http://docs.xamarin.com/guides/ios/deployment,_testing,_and_metrics/using_instruments_to_detect_native_leaks_using_markheap/ The way it tells to open Instruments doesn't work. I've had...
View ArticleXamarin Store App sample does not run.
After having seen the presentation at the Build conference I became enthusiastic and have downloaded Xamarin Studio and the XamarinStore app for the C# t-shirt. After clicking run on the...
View ArticleCan any elements of the manifest file be conditional?
I compile for Kindle and Android - I'd like to have various AndroidManifest.xml elements removed when compiling for the kindle and vice versa for the Android. Would compiler conditions such as...
View ArticleAny SQLite example on Xamarin.Mac?
Hello, Does anyone here know about any good example of SQLite on Xamarin.MAC? I have been traveled the network and haven't found a thing. Thanks before all.
View Articleintentfilter attribute doesn't add anything to androidmanifest.xml
i just installed xamarin android on windowsn and in xamarin studio created a new android solution, this is the code for the only one activity i have using System; using Android.App; using...
View ArticleUnable to open/edit Storyboard with Xamarin iOS.Designer
Hi, when i try to open a storyboard file by double click, i get this error Xamarin Studio Version 4.2.5 build 0 Xamarin iOS 7.2.2.2 Xcode 5.1.1 What's wrong ? Thanks Helmut System.AggregateException:...
View ArticleiOS Designer Collection View Cell
Hi everyone, I have a couple of questions, first: I've dropped a Label onto my Collection View Cell but the label is not rendered in the app, nor any other control I drop onto the Cell, what am I doing...
View ArticleXamarin Studio 5
Hi everyone, I updated my Xamarin Studio 5 (alpha channel) yesterday. And i very like new face (new logo, new icons etc.) When I saw the new design I wanted to share my thoughts with you here. I wonder...
View ArticleNew Version Triumph!
Just wanted to pop a quick shout out to the Xamarin team in relation to the release of their new version. It's literally solved every single problem I've been encountering whilst using this software....
View ArticleNuGet in Xamarin Studio
The NuGet add-in for MonoDevelop was recently updated to include Xamarin Studio support! A really helpful add-in, if you're doing any development that can leverage NuGet....
View ArticleGoogle map v2 show black screen
Hi! I created android app for android phone (version 4.1.1) I use google map v2 for my app, but I see black screen instead of map. Does anyone know how to solve this problem? I just - create project...
View ArticleXamarin.InAppPurchase: iOS6.1: -[SKPayment applicationUsername]: unrecognized...
Hi @KMullins, We have found during testing that iOS6.1 doesn't work and the whole application dies with issue: [SKPayment applicationUsername]: unrecognized selector Any workarounds on that?
View ArticleHow to copy an existing SQLite database to an android device and execute some...
Fragment using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Util;...
View ArticleUniversalImageLoader Binding
Hi all, does anyone know where I can get a hold of a binding for UniversalImageLoader. Cheers
View ArticleIn Xamarin Studio text editor on Mac, how to append a comma to end of each...
In the Xamarin Studio (4.2.4) text editor on my Mac, while editing a C# file into which I've pasted a series of numbers one per line, I'd like to select that range of text and then run a "Replace"...
View ArticleBitmap decode byte array. Skia Decoder returns false
Hi everybody, I'm having a problem when transforming a byte array image to a bitmap. Some images are not shown and others yes(always the same images). All images are RGB, have the same dimensions and...
View ArticleCompilation errors when using Google Analytics component for iOS
Adding Google Analytics support to our iOS app today, and I'm seeing these linker errors: Error MT5212: Native linking failed, duplicate symbol: '_objc_retainedObject'. (MT5212) Error MT5212: Native...
View Article