Error in debug window on startup
After all of these continual reboots on the Xamarin.iOS SDK update, I noticed this error on startup in Visual Studio 2013. Not sure if anything is related or not, but I wanted to post it. It looks like...
View ArticleHow to Manage the UITextView in UITableView Cell?
I am struggling to solve this. I have UItextview in UITableviewCell. For Example, My table contain 10 records and In my frame 4 records can view. When I scroll my table another records are display by...
View ArticleWhy does Tasky have separate .csproj files for the core projects?
I am trying to understand Tasky. I see there are separate .csproj files -- Tasky.Core.iOS and Tasky.Core.Android. Furthermore, they contain separate copies of the same code. What is the purpose of...
View ArticleToolbar buttons not clickable when orientation changes
I am having a rather strange issue in iOS 7. I have a view controller with a toolbar that has several UI bar buttons on the right. If I initially open the app in portrait mode, all the buttons respond...
View ArticleDoes Xamarin iOS support Core.Data?
Does Xamarin.iOS support Core.Data? If yes, does anyone have information on how to use it and examples? I can't seem to find any information about it. Most information I find is mostly just pointing to...
View ArticlePhone, Tablet or Phablet
What is the best way to detect if my Xamarin.Android application is running on a phone, tablet or phablet device?
View ArticleEsc key trouble?
Hi, In version 4.2.2.2 (beta) of Xamarin Studio the 'esc' key are working for you? I'm not sure if it's a bug, or configuration, but when I call the intelisense (ctrl+espace) it shows fine, then I...
View ArticleHow to respond to Google Map custom marker popup box press to activate an new...
I have a Google mapping application that displays one or more markers on the map. I have successfully implemented a custom marker popup that displays details of the location the marker is pointing to....
View ArticleobjectAnimator
how to do the same animation using objectAnimator as <set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/decelerate_interpolator" > <alpha...
View ArticleUIWebView Help
Hello, I'm using Xamarin with XCode Storyboards to build my app. Within my app I have a ViewController with a custom class. I have added a WebView to the storyboard and control dragged the web view to...
View ArticleI'm having difficulty Serializing and Deserializing an XML. Getting path is...
I'm not completely sure how to solve this issue as I'm new to xamarin things are a bit more straight forward when dealing with Native code and apps etc. Anyways I have this piece of code I"m using....
View ArticleVisual Studio 2010 Xamarin activation error
Hi, I get the attached error when activating my Xamarin account in VS2010 Prof. Xamarin.Android version: 4.10.01073 Xamarin.iOS version: 1.3.250 Thanks in advance for your help
View ArticleHow to? Crash due to memory error ?
Hi all, I am developping with xamarin since a few weeks, being happy with it. My "test application" is working quite well now, except that after using it a few minutes it is crashing ...! Unfortunatly...
View ArticleUsing Tasks
Hi, My code looks like this: class MyScreen { ... Task VeryLongTask; public override void ViewDidLoad { VeryLongTask=new Task(LongTask); VeryLongTask.Start(); ... } private void...
View ArticleJob: Expert Xamarin Mobile Developer for iOS Application
We are looking for an expert Xamarin developer to join our team to work on a new iOS application. This would be a short term 10-12 week project, with possible extension. You would be working on a new...
View ArticleUsing Vernacular
Hello, I'm starting a project that contains an iOS and Android apps. These apps should be properly localized and we have chosen Vernacular to achieve this localization. General question: 1) Is there...
View ArticleStreaming Audio - examples ?
Hi All, I found the sample app for streaming audio which works (although it's pretty full of bugs, crashes a lot) and I can stream an mp3 file ok. However due to the huge lag associated with mp3, and I...
View ArticleWhere i can read about "How C# code is complied to Objective C"
Hi, I'm new to Xamarin platform. Where i can read about how mtouch tool working, how the compilation is done, some other low level thing. I think it will help me to create better apps. Any...
View ArticleScaling images that are @2x size (CurrentScale=2)
Greetings, I have images that are 2X sized, I.E. in 1/2 pixel sizes. a 28x28 image that is 56x56 in number of pixels. In other words, I have a foo.png and a foo@2x.png file, and in this case, it is...
View ArticleAbout Xamarin for Visual Studio Tutorial
Hi All, Sorry for my ignorance but I am starting with Xamarin and I would like to get some tutorial about Xamarin for Visual Studio? Would it be possible? Could anybody help me to get it? Thanks for...
View Article