Android PCL support missing
I want to port my existing Android project from VS2012 to Xamarin Studio on my Mac, but I'm a little confused as to the PCL support. When I create a PCL in Xamarin Studio there is no checkbox for...
View ArticleDisplaying ads in a Xamarin Android project?
What is the easiest way to display ads in a Xamarin Android project? I found this 'Google AdMob' component: http://components.xamarin.com/view/googleadmob But it's listed as iOS only. I also found this...
View ArticleHow to change the highlight color in a list click?
I chekced this http://developer.android.com/reference/android/widget/ListView.html and couldnt find anything. Found on google tutorials using xml and stuf... There isnt a simple comand for me to change...
View ArticleWhy can't Fiddler detect traffic from Xamarin apps?
Following these instructions (http://blogs.msdn.com/b/jpsanders/archive/2013/04/03/configuring-fiddler-to-be-a-proxy-for-android-emulators.aspx) I was able to get Fiddler working with an Android...
View ArticleDoes any body know how I can reduce user code size ?
I am trying to develop my ever first todo app via xamarin tutorials; but cannot release it due to user code size. How can i reduce the user code size ? PS: I attached the cs files
View ArticleScrolling + MouseEvent Not Working
The idea is the following: I want to generate a amount of views based on data As you can see in the code, in addition to generate the event mouseExited and mouseEntered. But this crashes. //Init...
View ArticleIs there a 2 GB file size limit?
Hello, when I write a file to disk I receive the following error when the file arrives to 2 GB: System.IO.IOException: Win32 IO returned 25 Also doing a myFilestream.Seek(position, SeekOrigin.Begin)...
View ArticleGetCell Button Event problem
Hey All, I'm very new to Xamarin, and though there are some threads that seem to deal with similar issues, I am having a heck of a time getting a VERY simple custom button added to my UITableViewCell...
View ArticleCan Xamarin provide a strong name signed version of the Xamarin.Mobile...
We are trying to build a signed version of our app for release. Currently, all of our third-party DLLs are signed or can be re-built from source and signed... except for Xamarin.Mobile. Specifically,...
View Articleappflyer or flurry ?
Hi, what stat service would you use between appflyer and flurry ? Advantages / differences / features / stability ? thks !
View ArticleFacebook Login
Hi all Want to try find out what the majority of the community are using for Facebook login functionality? I have tried Xamarin.Social but it uses the old webview login dialog which is not allowed by...
View ArticlePCL with Web Services, getting error: Are you missing `System.Web' assembly...
I am getting this error Are you missing `System.Web' assembly reference? I added the Schools web service as a test and assumed it would have brought in the libs I needed but I guess not. Now I need to...
View ArticleUsing Google Analytics
Hey I'm trying to use Google Analytics, and I saw John Miller wrote an interface for using it. I downloaded his project from GitHub (https://github.com/therealjohn/GoogleAnalytics), compiled it and...
View ArticleMonoTouch.UIKit.UIViewController could not be resolved to Obj-C
Hi, Any ideas on how to fix this? I'm getting it on every view controller. Error updating Xcode project. Could not generate class 'ftrack2ios.DeviceLocation' as its base type...
View ArticleNUnit Async Testing Not Working
I posted this on Stackoverflow, but figured it couldn't help to get some exposure here. If anyone has any advice on it, I'd really appreciate it: http://stackoverflow.com/q/20893238/420001
View ArticleAsync methods (and event handlers) missing from web service proxy
I am following the web services guide (http://docs.xamarin.com/guides/cross-platform/application_fundamentals/web_services/). Everything works fine, except the ASYNC methods are missing from the proxy!...
View ArticleUpload Image from Gallery, real file path
Hello Xamarin community! I'm trying to upload an image to a website using webclient but i'm havin a problem getting the real path of an image from the image gallery. I use the code from this sample:...
View Articlegoogle speech to text
hello. please help, how do I use text-to-speech api I need in my application give a speech and textbox gets the text with speech
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 ArticleDefault constructor not found for type...
As per http://www.windowsazure.com/en-us/develop/mobile/tutorials/get-started-with-push-xamarin-ios/ I have implemented some stock standard code in my Xamarin iOS project for using Azure Mobile...
View Article