If you would like I can hide the Navigation Bar (Bar combined) on android 4.0...
I need to use an application full screen and not have access to the navigation bar on Android 4.0.3 tablet.
View ArticleNewbie: Trying to toggle background color via button
So I have the main background color set, and I want to toggle the color by clicking a button. I can get the color to change on first click, but it won't return to the original color on second click:...
View ArticleBindings for TestFlight SDK 3.0
Has anyone done the bindings to TestFlight for version 3.0? The current version on the bindings list on github is only 2.0.2
View ArticleFailed to change active application on server
Hi, I'm Jonatan and a student whom recently started to use Xamarin for IOS. So the error I'm getting when I try to run the IOS simulator is: "Failed to change active application on server". Server...
View ArticleIn-App purchases in Xamarin?
I saw the official in app billing tutorials, they're all java. Can someone provide me example code or something to implement in app purchases using xamarin.android Any help is appreciated -Bone
View ArticleResizing Image/Chat Bubble according to Text
I am making something like the WhatsApp Chat. When you send a message, a greenish rectanglepops up with a small arrow on the top right hand which resizes according to the amount of text you put in. I...
View ArticleApp crashing when built with mdtool
I am using mdtool to build an iOS app, but when installed to an iOS device it crashes. When building the same app in Xamarin studio, it works correctly. I looked into the differences in console output...
View ArticleI get an exception when trying to save a screen (.axml) file in Xamarin Studio
I get an exception when trying to save a screen (.axml) file in Xamarin Studio version 4.2.3 on Windows 8. The stacktrace is as below System.Reflection.TargetInvocationException: Exception has been...
View ArticleVisual Studio 2013, layout problem
Disconnected from layout render Please close and open the file again Layout Not show
View ArticleUnable to compile console application in Xamarin
I got this error while compile the console program /Library/Frameworks/Mono.framework/Versions/3.2.6/lib/mono/4.0/Microsoft.CSharp.targets: Error: Compiler crashed with code: 1. Help me the solve this...
View ArticleiOS - Game hangs when the second Component is added
Hi. I recently started to convert my monogame products to iOS platform. Earlier I successfully published my games on Win8/Android platforms. (my games on Android : TEXT) Each platform has it's...
View ArticlePCL for iOS, Android and Windows Phone 8
Hi, I am trying to create a PCL (Portable Class Library) in VS2012 that I plan to use for my iOS, Android and Windows (Store and Phone) app. However, when I select the option for Windows Phone 8 along...
View ArticleUsing Android Support Library v7 in a Library
Hi all, I am trying to use the Android Support Library v7 in an Android Library project. The Library project contains all the layouts and resources of my project and works without any issue. But when i...
View ArticleTesting apps using Calabash and Android
I've been trying to get a headstart on TestCloud by getting my head around Calabash. I've written up my findings here: http://iwayneo.blogspot.co.uk/2013/07/testing-android-apps-using-calabash.html...
View ArticleIssue setting UIColor UIView in UITableViewCell ???
I have a project, mind you I've just begun this and am still within my trial - so bear with me. I have a custom UITableViewCell with some UIControls (Ie txtTitle, vwColorIdentifier, txtCustomText,...
View ArticleUsing Visual Studio 2013 to build Xamarin apps for IOS
I can use Visual Studio 2013 in Windows to develope Xamarin Apps for Android. But it seems that I have to use Xamarin Studio to create Apps for IOS. Can Use VS 2013 to build apps for IOS? How?
View ArticleSigned apk is not working on real device
Hi, My application is working fine on the emulator but not on real device. I've tried debugging on device, my android log says "E/PackageManager( 1217): Couldn't copy package file to temp...
View ArticleBackground Audio no longer works
This was working before the update, but now no matter what I do, the audio will not continue to play once the app is backgrounded... Here is a snippet of my code: Info.plist <?xml version="1.0"...
View ArticleHow to work with checkboxes and listAdapters, box are crazy!!!
I created a listview that contains checkboxes and when i mark one and roll a lot of them are marked and i dont know why, and they keep changing when i roll its weird probably because of the re-using of...
View ArticleBitmapFactory
Hi, I'm working with bitmaps, when running the following statement, I get a null exception: using (BitmapFactory.Options options = new BitmapFactory.Options { InDither = false, InPreferredConfig =...
View Article