.axml IntelliSense
My colleague just took the plunge and moved over to Xamarin Studio. All good so far apart from not having any IntelliSense when editing axml files in source mode. I have checked and the default xml...
View Articlehow to define the connection and disconnection of devices on bluetooth
hello, how to detect the connection and disconnection of devices (microphone) on bluetooth
View Articlewhitespace at bottom of code
Hi when I work, I like to add many lines of whitespace below my code, usually around 20-30 so I can push what I'm currently writing up to the top of the screen, I'm just more comfortable programming...
View ArticleHows Data transfer from between Controlview to Listview?
it says unable to casting like var view = (RootViewControllerX)segue.DestinationViewController; update got it; var navctlr = segue.DestinationViewController as TaskDetailViewControllerX;
View ArticlePassing data in both directions between Service using IPC (Messanger)
I have the sample Messager Service activity and service working but I seem to only be able to pass a message from the activity (client) to the service. Anyone have an an example of how to send a...
View ArticleCannot build to device from vs 2012
When I try to debug om my device from vs2012 nothings happen. Starting debug on:iPhone Remote build finished... Debugging session ended. Debugging session ended. Nothing happens on the iphone? Any...
View ArticleNemerle support
Hello team, Is it possible to support nemerle compiler in monotouch/monodroid? And if yes, where I can read about steps to support any language in build?
View ArticleXamarin iOS app failing to run on device from Visual Studio
Hi, When i launch the debbuger from visual studio 2013, nothing is happening and i got the following message in the output window : Remote build finished... Debugging session ended. Debugging session...
View ArticlePorting C++ native code
I have a great deal of C++ code that I want to use in an Android app, preferably without having to re-write the whole thing in a C# Portable Class Library. I would like explicit instructions on how to...
View ArticleUnable to debug on device using Visual Studio 2013
I am unable to debug on a device, using visual studio 2013. It only works on the simulator. The log shows something like this: Starting debug on:iPhone Remote build finished... Debugging session ended....
View ArticlePushing to a new view within the ViewDidLoad() method using a UIStoryboardSegue
I've been trying to figure out how to push to a view in the ViewDidLoad() method using a UIStoryboard Segue. So far I haven't had any luck getting it to work. I seem to keep getting an error stating...
View ArticleIs there a way override the .plist device orientations in just one screen?
My i didn't write my last question very fine so im writing again. I need to know if theres a way for me to override the plist supported device orientations or if i need to allow it to all orientations...
View ArticleHow-to appwidget
Hi all, I initiate my project to make a widget, and I have some issues ...! I download, try, compile, upload SimpleWidget example and it works fine! I redo a project to do the same with...
View ArticleAdding a notification badge to a ActionBarSherlock
I've already got this working, except that the notifications don't update. In other words, it's a static notification right now, and I want to make it dynamic. I followed this java code:...
View ArticleHow add Caldroid to Xamarin
https://github.com/roomorama/Caldroid i want add this lib with this tutorial docs.xamarin.com/guides/android/advanced_topics/java_integration_overview/binding_a_java_library_(.jar)/offline.pdf It catch...
View ArticleHow to animate between UIViewControllers without using presentViewController?
I tried using animation between controllers but when i do stuff that should happen in the on im click it happens on that flipped page up there and i can se when i get it back to its place. All i want...
View ArticlePass Data Between Activity
I can not share data between 2 activity: Activity1 homeButton.Click += delegate { var second = new Intent(this, typeof(SecondPage)); second.PutExtra("reg", "qwe"); StartActivity (typeof(SecondPage)); }...
View ArticleCompiler Complier where for art thow Compiler
I'm a newbie to the Xamarin world so please forgive this. I am working in VS 2012 when I cam across the product, and though this could be cool. I have been thinking about creating some Apps for IOS and...
View ArticleAdding an Appointment to the Calendar (Android 4+)
I'm trying to add an appointment to the Calendar in Android 4 and up. I have the code below. Everything compiles appropriately. Unfortunately, I get a series of errors shown in monitor when I have it...
View ArticleINSTALL_FAILED_INVALID_APK
I want to debug my app on my device and I get an error with this log: etecting installed packages Waiting for packaging to complete Removing previous version of application Installing application on...
View Article