Custom Binding Using EventArgs Attribute
I'm in the process of binding a 3rd party library and am not having any luck using the "EventArgs" attribute to generate the correct class or place the event handler on the owner object. I'm following...
View ArticleNUnitLite: Skip TestFixture
I have some code that checks cached API requests. But if they are not there, I don't want to hear a report about them. Right now I'm working in Android. I noticed that the class TestSuiteActivity has...
View ArticleNative Social Login or FB
Is is possible to do a Native Facebook login in xamarin? It looks like Xamarin.Social and the components don't do that now. The component pulls up a login web page in a browser view. You have to login...
View ArticleFailed to change active application on server.
I can 'Pair' with my Mac and PC, but i'm getting this error when I try and run the emulator 'Server command 'ChangeActiveApplication': failed to change active application on server Command execution...
View Articlexamarin-component.exe: The system cannot find the file specified.
I'm encountering an error trying to build a component package. The following is the command I'm running: xamarin-component.exe create-manually CSLA-Core-4.5.560.xam \ --name="CSLA .NET - Core" \...
View ArticleDebugger does not connect when running on device
After upgrading to the latest release version of Xamarin.iOS and Xamarin Studio I cannot debug on my iPad anymore. The app compiles fine and gets deployed to the iPad and starts up ok. However, in...
View ArticleError building helloworld android app on MAC OSX 10.9.2
I am using xamarin studio on MAC (alpha channel) and am running into the following error when I do a build. Hello world IOS works fine, also have no issues with the same project on a PC. This worked a...
View ArticleCustom Element with TableVIew Possible?
Hello, here's my situation. I have a DialogViewController with some fields that the user has to enter. One of them allows them to enter multiple values, so when you tap on it, it opens a...
View ArticleStartBroadcast from NotificationAlertReceiver not firing
Hey folks, I a problem. I want do send a Broadcast from my NotificationAlertReceiver. Here's some code i found on the net, which works fine except that the intent is not being sent. `using System.Linq;...
View ArticleNeed Xamarin Guru to work on brand new project in sunny Santa Monica, California
I'm the CTO of a brand new funded company, Incroud. We're building a large scale music application, and I want to use Xamarin, with a Node.js backend, all hosted on Azure. We need a senior developer...
View ArticleStable version: Patched FluentValidation project deploys from Mac Xamarin,...
with help from http://scan.xamarin.com/ and similar issues with AutoMapper https://github.com/AutoMapper/AutoMapper/issues/429, I have patched a version of FluentValidation with profile158 which passes...
View ArticleNeed help understanding framework versions and location
Hi guys, I am hoping someone can clear up some questions I have about the framework; bearing in mind that on my mac, I had it installed when the ide was called MonoDevelop; so I think there might be...
View ArticlePair and Unpair for VisualStudio on Mac
Dear, is very frustating unpair/pair every 10 minutes, there's a method for fix the association between MAC BuildHost and Visual Studio ? How to hide the association code and fix them in both ambient...
View ArticleVisual Studio Hangs when updateing the APPLE API Documentation
The process all starts after launching VS and i see an a alert in my tool tray. "Your apple API is out of date. Click here to update". Then I get this dialog: "Apple API Documentation is outdated. Do...
View ArticleChange iOS icons color
Hi, It's possible change the color of battery icon... http://d.pr/i/i6eE ? I would like these icons in my application turn white
View ArticleRisks of mvvmcross vs non-mvvmcross
Hello everyone, we're just getting started with Xamarin and I am evaluating our options as far as setup and architecture for a couple upcoming projects. The project that is coming up is an ASP.NET MVC...
View ArticleIntroduce yourself
Welcome to the Xamarin forums! This is the place for you to introduce yourself to the forum community. Tell us a little bit about yourself. Where are you from? What kind of applications do you develop?...
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 ArticleSQLite.NET Extensions
Anyone have experience with SQLite.NET Extensions? https://bitbucket.org/twincoders/sqlite-net-extensions It does some nice things like adding the ability to do OneToMany relational structuring. But...
View ArticleWeb services, nothing is appearing in the emulator
Hello, I try to call a web service soap that I made with Visual studio(Helloworld), y showing the result in a textview, xamarin says that the connection is established, I can instantiate the service...
View Article