Xamarin.Auth with Twitter, keep getting "401 unauthorized"
Hi, I'm relatively new with Xamarin and C# in general but it's getting better. I just successfully integrated Xamarin.Auth in my application for Facebook, but I don't seem to succeed in getting it to...
View ArticleDoes Twitter oAuth work with Xamarin.Auth?
Facebook oAuth login seems to work fine, but does anyone have an example for handling Twitter oAuth login? Is OAuth2Authenticator the right object to use? John K.
View ArticleImage inside an UIMenuItem
Is this possible using Monotouch? I've found out there is a hack that you can use in objective-c but I'm not sure how can I do the same using c# ( search for UIMenuItem+CXAImageSupport on google )
View Articleworking with database
Need an image with a video camera to keep a database on the sql server. tell me sample code.
View ArticleMTD disable scolling up and down
Hi, I'm using MTD with a couple of EntryElements on the screen. When testing on a real device I can scroll the the dialog up and down making the screen look at little mis-aligned. I tried disabling...
View ArticleStable/Beta/Alpha Updates - Check Now in Visual Studio doesn't work
Clicking 'Check Now' results in a loading cursor for 10 seconds, presumably timing out, before returning no feedback. Anyone else have this trouble? I want to update to a beta release, to try and get...
View ArticleUnable to debug in simulator on Mac Mini from Windows 8
I just installed Xamarin 2.0 on my Windows 8 ThinkPad and my OS X Lion Mac Mini. I created a project with the Visual Studio iPhone HelloWorld template, targeting iOS 6.1. I'm able to connect to the...
View ArticleNSFormatter?
What is the correct way to implement NSFormatter in Xamarin.Mac? The reason why I ask this is because the MonoMac.Foundation.NSFormatter class has an incomplete API compared to the Objective-C...
View Articlesupport for Android testflight?
Hi, I know xs supports testflight for ios. Are there any plans for it to support testflight deployment for Android? Paul
View ArticleTest Flight for Android not working through binding project
I am hoping to use Test flights new Android SDK which downloads as a jar file I nee to reference. I tried setting up a binding project but received some Build errors that were unlike the examples I...
View ArticleBest crash analytics tool?
What crash analytics tools do people recommend for cross-platform projects? I have seen quite a few posts on using Crashlytics for iOS, but not much on Android... Right now we are working on adding...
View ArticleXamarin.Auth OAuth1Authenticator with Out-Of-Band callback (oob)
How to use Xamarin.Auth OAuth1Authenticator with an oob callback? The constructor all only accept objects of type URI as parameter.
View Articleprintershare + C# textBox
hi, i wanna to use printershare for my monodroid app.(in C#) i have about 20 edittext and textview,and when the use fill all of them and pressed "print It" button,it should print this form via...
View ArticleGetting started with Android: which API level, Emulator, version, etc?
Hi, So I've finally decided to go Android. Yeah! But hang on: on iOS I had to decide iOS 6 or also iOS 5? iPhone or also iPad? Done. On Android everything's different. If Joe Average goes to the store...
View ArticleAndroid + C# + SQL Server 2008
Hi world, i am using this code to get info from my sql server 2008. this is working well in "Debug" mode but cannot run app in mobile(only release work for mobile) SO when i wanna to (Release mode)...
View ArticleService discovery failed on bluetoothSocket.Connect()
Hi. In this program when i call bluetoothSocket.Connect() this error happen : Java.IO.IOException: Service discovery failed at Android.Runtime.JNIEnv.CallVoidMethod (intptr,intptr) [0x00022] in...
View ArticleNeed to implement the functionality ,Choose photo from gallary for ipad.
Hi , i am using the the following sample code http://docs.xamarin.com/recipes/ios/media/video_and_photos/choose_a_photo_from_the_gallery for iPhone it's working fine.But in iPad i got the error like :...
View ArticleRemoting Error 409
Setup: MacBook Pro with VMWare running Win8. Using Visual Studio 2012. Coming back to iOS development, I tried to just get a basic template test app (click me app) running to make sure everything is...
View ArticleElements side by side in a MT.D
Hi, Normally on a MTD you have a line per element within the section. Is there a way to have two (or more) elements per line on a MT.D? Thinking of the likes of credit card entry (so from date picker...
View ArticleHiding strings
I am about finished with my game for android made using Mono for Android and MonoGame. My game's code has several hard coded strings such as billing service key, Facebook app key, ad service key and so...
View Article