Localization Issues
Hi, I have created the resource files for different languages in my mono application. but the localization works only if i change language as well as region. But all other application which support...
View ArticleAndroidGameView + GC_MINOR & GC_BRIDGE
I have a fairly complex OpenGL based app which uses AndroidGameView for setting up the drawing contexts, etc. I noticed that at some point in the past (it was not always like this) that I started...
View ArticleProblems with activation
I get continuous problems with activation of product: crashes, asking to deactivate my own computer again on the web, etc... it is starting to get annoying. Visual Studio will just crash and after...
View ArticleMissing messaging functions after binding
I created an iOS binding for an objective c library for a bluetooth printer. Everything was seemingly working but the application would crash randomly - I thought it was a memory problem. However,...
View Articlecan't run (debug)
hi, i just made a HELLO WORLD software! when i running my project (in VS 2012 Ultimate Version), it response this error > Error 1 The "Aapt" task failed unexpectedly....
View ArticleAndroid emulator is slow???
I'm new to xamarin, looking to do some development on the VS 2013 platform. I just updated my first test app to monoForAndroid_API_14. recompiled and started the debug. I get this message that running...
View ArticlePorted libraries: ELCImagePickerController and Toast
We wanted a Xamarin-friendly multi-photo picker for iOS and couldn't find anything out there. I ended up porting the popular ECLImagePickerController to C# with a TPL-friendly interface. Thought I'd...
View ArticleVisual Studio iOS Debug Build Failure
Good day everyone, I've been unsuccessfully trying, for some time now, to solve issues I am facing with building iOS applications from Visual Studio. I've done a great deal of searching, in these...
View ArticleBinding to a DrawerLayout
I've been trying to bind data to a drawerlayout over the past few days with no luck (and lots of flailing around as you can see from some other posts). I think my issue is the binding of the data and...
View ArticleFATAL EXCEPTION:main from ListView and Adapter
I am getting the following error on my Android App. Up until about 20 minutes ago it was working fine. [AndroidRuntime] Shutting down VM [AndroidRuntime] FATAL EXCEPTION: main [AndroidRuntime] Process:...
View ArticleDisplaying images with an ImageAdapter
Hi: I'm new to Android development and am trying to load images into a GridView via the ImageAdapter. The images must be downloaded and converted to bitmaps to accomplish this. My inclination was to do...
View ArticleNullPointerException when trying to do locking on multiple drawers.
I've got dual navigation drawers on my View. I need to be able to lock one closed when the other is open. My approach is to try and extend the DrawerToggler to support multiple drawers, but when I add...
View ArticleXamarin Studio fails to install
Hello, I want to develop an Android App, and chose to do so with Xamarin Studio. Unfortunately, the installation keeps failing for me. Here's a picture:...
View ArticleAndroid Facebook SDK 3.5 Binding project error
I'v created a facebook sdk 3.5 binding project using the same method described in : https://github.com/xamarin/monodroid-samples/tree/master/Facebook Everything is working well, but i have one problem,...
View ArticleBuild Configuration
Hi Guys, this is my first time writing here and i have small question. if you can see in the attachment, my build configuration has only iPhone simulator (removed all default before by some resin don't...
View ArticlePOS Food Item Layout
What control in the xamrian toolkit would be best to provide this kinda layout I was thinking the collection view but what i need to be able to do is once the image is click be able to display sub...
View ArticleApple Developer Account in Xamarin
Hello! I just formatted my Mac and I'm now in the process of installing everything again. In Xamarin Studio I thought I had to enter my Apple Developer Account in order to have everything working, but...
View ArticleApple Developer Account in Xamarin
Hello! I just formatted my Mac and I'm now in the process of installing everything again. In Xamarin Studio I thought I had to enter my Apple Developer Account in order to have everything working, but...
View ArticleHow to use async with await common for windows and Android ?
Hello, The following is my async with await function. public async static Task GetHeader(string inputParameters, string output1) { var res =...
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 Article