How to emulate Google Glass
What are the setting for creating a device that emulates the Google Glass?
View ArticleLoad URL from FirstActivity to WebPageActivity
How do I load a url from firstActivity to the webpageActivity? Here is my code: FirstActivity protected override void OnCreate (Bundle bundle) { base.OnCreate (bundle); // Set our view from the "main"...
View ArticleWriting MetaData using AVAssetExportSession
Hi All, I have been trying to complete an application that reads and updates metadata for a variety of A/V files and have been successfully using the taglib library for most media files. However, since...
View ArticleHow to use this part of code !
I wanna to use this code in my xamarin (C#) android ? public class FractionalSizeView extends View { public FractionalSizeView(Context context, AttributeSet attrs) { super(context, attrs); } public...
View ArticleHow to create a windowless menu bar application?
I want to create an application that runs in the background, with no window, but has a menu bar icon to show status and allow simple actions. I've seen tutorials that explain how to create traditional...
View ArticleRounded corner on TexView (Android)
After focusing on the TextView and start writing, it loses the @ drawable / Rounded_Status propertie What can be? As always keep the property?
View ArticleDebugger data questyion
Hi, I am new to android development so i am not sure if this question has something to do with xamarin or android so sorry for the "newb" question. Our application makes use of a SQL lite database on...
View ArticleDeleting Table Rows : Animation Problem
Anyone else having animation trouble when deleting table rows for iOS? I have an issue where the entire row animates left before deleting even though I tell it to animate up. The weird thing is, on...
View ArticleHow to hide Status bar on iOS 7.0
Hi I'd like to hide Status bar on iOS 7.0 this code is not working: UIApplication.SharedApplication.SetStatusBarHidden (false, true); Regards Koto
View ArticleError: "Binary XML file line #1: You must supply a layout_width attribute"...
I am trying to link my EntryView : ListActivity to my EntryView layout, but when I navigate to the EntryView activity I get the above error. I saw a similar issue here, but the user never posted the...
View ArticleFastDev broken, debugger can't attach, what else?
I feel I'm growing old trying to go through simple steps that should otherwise work. Latest version of Xamarin Studio (tried with both Beta and Release), deployment on a physical device running Android...
View ArticleDeploying to device fails for iOS project from VS2013
First post! Since today, I can no longer deploy my Xamarin.iOS project to an actual device for both Debug and Release from Visual Studio 2013 Update 1. (I swear it was working yesterday, without code...
View ArticleChanging the colour of a UIImage at runtime
Hi folks, just starting out with some iOS development. I need to put an icon on a button and change the colour of that icon at runtime. I've had a search around and it seems people have managed it with...
View Article4.3 How do i link the storyboard event name I given in properties events to code
In the first couple of releases you could double click a button and be thrown into the event created by xamrian ios but now you seem to have create an event on the event palete but i am unsure how do i...
View ArticleBug in generic list order?
Hello. I have a problem with the order in List. With following code: public void ShowMessage(string Title, string Message) { AlertDialog.Builder Alert = new AlertDialog.Builder(this);...
View ArticleShould I continue using Xamarin or not?
My situation involves me developing an application in Xcode Storyboard (nearly complete) on a Mac. However, I need this code to be transferable to the Android platform on a Windows computer. Is this...
View ArticleAdding Text to a PreferenceFragment
I'm trying to add some text to the bottom of a PreferenceFragment. The data will will be some copyright info with a link that is used to send email. Everything compiles. When the code runs, I don't see...
View Article[Objective Sharpie] Error to generate the link with Mapbox iOS SDK
Hi, I need to use the library of maps of the Mapbox, but the team only provides native iOS version. I tried using Objective Sharpie but I got an unexpected message. Mapbox iOS SDK:...
View ArticleHow to use Apple Ads in app
I'm new in Xamarin, and would like to know if possible to use the Apple Ads engine with this tool. Thanks
View ArticleChoosing Emulator versus Device
How do I choose to deploy to a device versus the emulator? Is there a setting or option?
View Article