How to compile and call C++ libraries
I have to develop an application, which displays System specific information like Processor, BIOS, Battery.. etc. I have already written the logic in C++, and I want to consume them in Android...
View ArticleConverting android native code to C# in xamarin
I have createa an app in xamarin using the following steps:- 1)I have certain java classes which i have exported as a .jar file in eclipse. 2)Next, I have created a java binding library project in...
View ArticleRunOnUIThread() in Xamarin Android
details.Text = OStateUserID.name + "\n" + OStateUserID.population); I want to run this statement after getting result into OStateUserId object bStateuserID.Click += async delegate { details.Text=" ";...
View ArticleMy default application is not shown on the emulator
Hello everyone, I made a Hello world appplication and I build it, there is no error.The emulator is running correctly but I can't find my application anywhere inside the emulator.I tried a solution in...
View Articlethe connection with the debugger has been lost.
Hi, I can't debug any of my apps anymore either with Xamarin Studio or Visual Studio. The app deploys and the debugger starts for a second and then fails with "the connection with the debugger has been...
View ArticleFacebook SDK - Multiple types error when opening xib
Has anyone seen this issue. I am creating a new solution, adding the Facebook SDK (by Facebook) from the component store and after adding the SDK I go to open a xib (any xib) I get this error: Error...
View ArticleSimpleMapDemo_Froyo and Google Play Services
I am using the SimpleMapDemo_Froyo sample and the MapWithMarkersDemo is coming up with this error; This app wont run unless you update Google Play Services If I press "Update" when the app is running,...
View Article== and != operators as well as Equals method seem to not always work on value...
It is really weird. My code is doing a lot of reflection to generate the values that do not work properly. This is in iOS, but may be present in android as well. I am building a Xaml implementation in...
View ArticleCreate ListView from REST API data with JSON.NET
Can anyone direct me to a sample that shows how to do this? The only sample I have uses JSON data that is hard coded and does not show the HttpWebRequest portion. Thanks.
View ArticleBinding Card.IO - Class cannot have multiple base classes
I am trying to bind Card.IO with Xamarin Studio. I am getting the error "Classses cannot have multiple base classes." The line of code is here : public sealed partial class CardIOActivity :...
View ArticleRisks of mvvmcross vs non-mvvmcross
Hello everyone, we're just getting started with Xamarin and I am evaluating our options as far as setup and architecture for a couple upcoming projects. The project that is coming up is an ASP.NET MVC...
View ArticleLinking issue
Hi, I'm getting a linking error and I've not idea where it is coming from as I've not used anything that references it. The error I'm seeing is Error MT2002: Failed to resolve...
View ArticleConformsToProtocol
Hi, Could someone help me translate this into Xamarin IOS code please - http://stackoverflow.com/questions/8583463/uisearchbar-keyboard-return-key for(UIView *subView in searchBar.subviews) {...
View ArticleRemember Username - Login
Hi! I have a login form, but i need a checkbox for remember ID user in the next time that user enter to the app. What can i do? thanks!
View ArticleProject theme in layout designer
Hey guys I was just wondering whether it is possible to have the Android Layout designer show a custom user created theme. When I select the theme it only shows all the android defaults. Does anyone...
View Articlehow to activate monotouch with license file on mac 10.8.5?
I need help with xamarin activating! I got license file from company, but when I put this file into ~/Library/MonoTouch folder, after I launch Xamarin Studio this file disappeared! And did not...
View ArticleMKOverlayPathRenderer is not working
Hi guys I am trying to figure out how to use a new MKOverlayPathRenderer class introduced in iOS 7 SDK. In my app I previously used MKOverlayPathView when building with iOS 6 SDK, but this class does...
View ArticleAndroid System.IO.Compression.dll not available on Windows?
We are building an Android app which references a PCL, and that PCL references System.IO and System.IO.Compression. The Android app builds fine on Mac, but on Windows it gives this error: Exception...
View ArticleAutoLayout
I am confused about 'Can I enjoy the auto layout constraints feature in Xamarin studio while enabling those on Xcode Interface builder'.
View ArticleOctober 11: Russia, Moscow, Apps4All Forum: 'Cross Platform Mobile Apps...
Date: October 11th 2013 Time 8:00AM - 10:30PM Location: Russia, Moscow, Digital October: Bersenevskaya nab, 6, building 3, WA Link: http://www.meetup.com/Xamarin-Russian-Users-Group/events/156807992/...
View Article