Access to a database on internet
Hello every one, I'd like to ask how to access to a mysql database on internet.Thank you.
View ArticleNew to Xamarin and app programing and really confused
Hello guys ! I am currently programming an app for Android (which later will be also programmed to iOS) and I am confused. I program in C# and ASP for like 3 years now and I can program a web...
View ArticleDroid - Debugging - Visual Studio Is Busy
I have been developing in Xamarin for about 4 months (VS2012/mono-android-4.8.03015) and there's some kind of bug that happens rather frequently where you're debugging, hit a breakpoint, and VS is no...
View ArticleCrash when using Xamarin.InAppBilling
Hi! I'm getting a crash with a game when calling: var purchases=_serviceConnection.BillingHandler.GetPurchases (ItemType.Product); The In App Billing is correctly configured, the products are correctly...
View ArticleRemoving Icons from iOS doesn't work
I added icons to an iPhone project (Hello World) and then removed the icons (in Info.plist, right-click the icon and select "Unset image") - debug via simulator and the icons are still there. Manually...
View ArticleCannot run/debug project
When I installed the Xamarin Studio on my MacBook Pro with MacOSX 10.9.1. After updated to the latest version including Xamarin.iOS and Xamarin.Android. Then I open the sample project Tasky. After...
View ArticleVoice Recognition without the popup
I'm trying to imply the voice recognition intent but I don't want that popup. how can I do that? I tried this but it doesn't seem to work nor the onresult void fired :( ` public class Activity2 :...
View ArticleAdding Content file causes breakpoint exceptions
After adding a new file to my project as Content, I get the following Visual Studio exception when creating a breakpoint anywhere in that project: "EXCEPTION: System.ArgumentException: Cannot set...
View ArticleHow to Change code formatting for all previous Projects?
Hi, I am using Xamarin Studio for Unity3D for mac. I have changed code format settings int Xarmarin preferences, all new projects are adopting this new settings. But how to change these settings for my...
View ArticleBig starting times with Galaxy Tab 3
Hi! I'm debugging my game in a Galaxy Tab 3 and I'm having startup times of (way) more than 3 seconds from clicking the icon to getting to the OnCreate. Is this time normal? I've also noticed the...
View ArticleTrying to create a custom image color filter using a filter image map.
I'm working in creating a composite image on the fly for iOS. I have two images, one is the base image (black and white), and the other is a alpha mask 'map' for a color filter. Then, at runtime,...
View ArticleXamarin Studio is not compatible with Windows 8.1 high contrast
Hi folks, I have switched on high contrast (ALT+LEFT SHIFT+PRINT SCREEN) in my computer because I'm visual disabled. Xamarin Studio tabs do not change to high contrast and colors very dificult to...
View ArticleAttach Debugger to running app?
Is there a way to tell Xamarin Studio to just attach to a running iOS App (Debug build)? Looking at the device's log it seems that the debug App is waiting for a debugger connection on start up anyway.
View ArticleIs anyone else seeing this bug
Hi, I've filed this bug : https://bugzilla.xamarin.com/show_bug.cgi?id=17053 which I keep getting on the alpha release version. Is anyone else seeing this and if they are, is there a workaround? Paul
View ArticleShowing a video under iOS 7
Hi, The following code works fine under iOS6, but not under iOS7 private void startAnimation() { using (var pool = new NSAutoreleasePool()) { InvokeOnMainThread(() => { player = new...
View ArticlePublishing problem.
Hi guys! Even reading, and re-reading publishing tutorial i have some troubles to do that job. I'm using VS 2010, im Package my app, the in bin/release appear 2 apks, signed and not-signed. Then i do...
View ArticleCan't Build any C# Android Applications - Not Valid Base-64 String
I tried getting some help in the Android sub-forum and got no help, so I'm trying here instead. I'm running Xamarin Studio V4.2.2 with Xamarin.Android V4.10.1 (Starter Edition) on Windows 7 64-bit SP1,...
View ArticleFinally learning some advanced tricks. What about adding inset colors to...
Okay, so finally getting over the learning hump and starting to do more advanced things. Simple tricks like: AvatarImage.Layer.MasksToBounds = true; AvatarImage.Layer.CornerRadius = 3f; Which got me on...
View ArticleODBC
I have to create a mobile app that runs on Android and IOS, but has to communicate with a database that runs via ODBC driver. Is that in Xamarin possible? It is not a SQL Database, but it works over an...
View ArticleMAC OS Installation Error
After downloading the installer for MAC, I unzip the file and after launching the DMG file all I see is what is in the attached screenshot. Any help would be great. Cheers.
View Article