Cant Create android app after updating xamarin.android 4.10
after updating the xamarin.android 4.10 i got this error. Did somebody know to fix this issue? i attached a pic for more info. thanks in advance guys!! ;)
View ArticleChange Navigation Controller Title Font Color
Hey, i have a simple Question how can I change the Fontcolor of the Navigation Controller? I change the Backgroundcolor with: c1.NavigationBar.BarTintColor = COL; The Color of Active Elements:...
View ArticleWCF
I'm completely new to Xamarin. I want to create a cross platform app that consumes our company's WCF services. Is there some documentation on how to do this?
View Article[Xamarin Blog] Android Support Library v7: Hello ActionBarCompat
Just posted: Android Support Library v7: Hello ActionBarCompat on the Xamarin Blog. Read the full article to learn how to use the ActionBarCompat to provide Action Bar backwards compatibility support...
View ArticleWCF Problem - KnownTypeAttribute Issue
I ported my WCF code from our main app over to Xamarin and it's compiling perfectly. For WCF we have methods on both the server / clients sides which iterate through the types in the AppDomain which...
View ArticleHow do I make the non-real blank error in Visual Studio go away?
Attached is a non-real "blank" error with no message, file, or location. This has occurred in every project I've made with Xamarin so far. There are no real errors and the app will deploy successfully,...
View Articlesecure application against copies
There're people who download applications from google play and AppStore and give them to others without paying (using MyAppSharer for example). For this reason, I'm looking for tips against this copy....
View ArticleProper procedure for publishing a contracted app to the app store?
If I have contracted out to a thirdparty company to write an app for me, how can I publish it to the app store using my existing iOS developer/itunes connect account? The thirdparty company does not...
View ArticleXamarin Studio Alpha Does not edit XIB?
It appears that while the alpha version of XS contains a storyboard designer it cannot edit XIB files. Is this functionality planned?
View ArticleLandscape only app's position moves up when UIImagePickerController used in...
I have an iPad app written in Mono.iOS, which is always in Landscape mode. However, the app is able to launch the UIImagePickerController, which the user can rotate to portrait view. When the user...
View ArticleUse of NSAlert is crashing regularly
The following use of an NSAlert is resulting in regular crashing after recent updates to OSX, Xcode, XamarinMac and Xamarin Studio... NSAlert oAlert = new NSAlert(); // Set the buttons...
View ArticleHow to access native app for Facebook login?
Hi, I've implemented the code below for FB login but it pops a browser and asks user to provide email and password. void LoginToFacebook () { var auth = new OAuth2Authenticator ( clientId: "XXXXXXXX",...
View ArticleWe just open sourced Stampsy.Social, a small library on top of...
Hey folks, I wanted to share with you that we're open sourcing something today. This library is not quite polished or documented, but I'm sure some may find it useful. Stampsy.Social is library on top...
View ArticleFacebook Android 3.0 SDK bindings ?
Hi Has anyone succeeded in creating bindings for the newest Facebook Android 3.0 SDK ? I'm currently using the one from the monodroid samples, but I cant figure out which version is used in the example...
View ArticleFree Heap Memory When Loading Items Into A Listview.
I'm facing a big trouble with listview and items: I'm loading a big amount of items (Text + Bitmap Image) into a Listview, i'm using an Adapter class which holds the items, and another class where the...
View ArticleTestFlight binding update
Hi there, I'm using TestFlight to distribute my app to my testers before pushing to the App Store. When I first integrate it I use this binding which is using version 2.0.2 of the SDK. (Current version...
View Article9-patch image support + using drawable-hdpi
Hi, Can anyone tell me if the internal editor in XStudio or VS fully supports display / preview of 9-patch images? Also, I have tried adding dpi sub folders such as drawable-hdpi under resources, but...
View ArticleWhy is my MKMapView null?
Hi folks, I'm trying set a simple property on an MKMapView. I've used IB to 'drop' the MKMapView onto my .. er.. view (is that the right term?). I then made an outlet for that MKMapView (control +...
View ArticleXamarin Studio doesn't respect my OS keybinds
Hi, i've manually changed my keybindings in System Preferences -> Keyboard -> Shortcuts -> App Shortcuts i've added Copy (ctrl-c), Select All, Past, Cut and Undo. So now it's a bit more like...
View ArticleAddGestureRecognizer to UIBarButtonItem (to detect long press)
Hi all, when I'd like to detect a long press on a UIBarButtonItem in my NavigationBar. var longPressRecogniser = new UILongPressGestureRecognizer(OnFilterLongPress);...
View Article