Xam Mac Library project
Unless I'm crazy, this seems like a simple little braindead bug. You create a new project, a Xam Mac Library project. And by default, the compile target is set to "Executable" instead of "Library." So...
View ArticleIndie License
Hello, I upgraded my account to the Indie type. Why Xamarin still shows my account as Android Trial? Why does my application still has the message which is only available for 24hrs? Thanks
View ArticleVisual Studio activation error
I am not able to connect to Xamarin from Visual Studio. What should I do? My company purchased several Xamarin licenses for the team, but I get an error when I try to login with Visual Studio. I open...
View ArticleBought Indie license but Xamarin Studio does not recognize it - HELP!!
I upgraded from Starter to Indie license but Xamarin Studio failed to update the license automatically. I followed the steps in one of the discussions and removed my computer from my online account....
View ArticleNot able to log in to Xamarin Acccount getting "Please connect to the...
i have created new account and installed Xamarin and tried to open sample application with VS 2010 and VS 2013. It is asking me to SignIn. I tried to log in with my account, but I am getting Please...
View ArticleiAd Interstitial Ads Example and Issues
I am trying to implement interstitial ads into my app. I have it kind of working but its bazaar. This first screen pops up when PresentInView is called (screenshot). Notice there is no close (X)...
View Articleinstall xamarin in visual studio 2010
How can I please install xamarin in visual studio 2010
View ArticleLooking for a mid-level Xamarin mobile developer to work with our startup
Spectafy is a young, 6-person startup, and we are currently in search of a talented and self-motivated mid-level Xamarin developer to accelerate our mobile development project via contract work. We are...
View ArticleTinyIOC Release Build Issue
I'm running into a weird issue with TinyIOC when trying to run an release build on my Nexus 4. Everything works fine in Debug mode, but when I try running the release build I get this Runtime Error:...
View ArticleSelected ListView Item
I am trying to get a listview selected item to work. I am trying to see if I can pass the selected value to a wcf and query the database from a selected county to a town. I am just wondering how I can...
View ArticlePorted libraries: ELCImagePickerController and Toast
We wanted a Xamarin-friendly multi-photo picker for iOS and couldn't find anything out there. I ended up porting the popular ECLImagePickerController to C# with a TPL-friendly interface. Thought I'd...
View Article[Xamarin Blog] Tips & Tricks for Highly Performing Android ListViews
Just posted: Tips & Tricks for Highly Performing Android ListViews on the Xamarin Blog. Read the full article to learn a few optimizations to ensure you are getting the optimal performance in your...
View ArticleiOS App Authenticating with Client Certificate
Hi All, We are writing an Enterprise App and we need to secure the app with a client certificate as well as username/password. Each iOS device will have its unique client certificate (in order to be...
View ArticleGenymotion Emulator on OS X
Anyone know how to get Genymotion and Xamarin Studio to play nicely on OS X? It works fine some of the time, but often and for no apparent reason XS will forget the running device, and not list it....
View ArticleCan I use SQLite in the starter version of Xamarin Studio
Hi. I am wanting to create an iOS app that would require some data to be saved on the device. I know that I can do this with SQLite, but I am wondering if I can use SQLite.net, SQLite ORM, and ADO.net...
View ArticleLoad a layout from another class.
Hi, I'm trying to figure out how to load a layout from within a class. My main activity calls the class, and if an outgoing call is detected it triggers my toast. The toast should be followed by...
View Articlebest way to Await PresentViewController ?
What is the best way to use the new Async/Await syntax with PresentViewController and DismissViewController? I know you can pass a call completion handler, but I would rather use something like: await...
View Articlehow to add a reference to assembly 'Mono.Android"
I keep getting an assembly error is asking me to add a reference to an assembly but i dont know were its located error: The type 'Android.Content.Context' is defined in an assembly that is not...
View ArticleHow to get notified when a webview.LoadUrl(url) is finished?
Iām using the WebView and have gotten all the functionality I need working smoothly except for one feature: the ProgressBar. I want to use a simple progress bar that shows after a webview.LoadUrl(url)...
View Article