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 ArticleConversion from .net types to obj-c types
Hi all, I'm writing a helper class which will wrap a native iOS library in Xamarin. One of the native properties I want to reference is of type NSObject, and I would like to get automatic conversion...
View ArticleCreated a keystore, but didn't specify filename
When I built the package for submission to the Store, I selected Create New KeyStore in the Publish Android Application wizard but did not specify a filename. All other fields were filled in and it...
View ArticleAccess to "internal" storage
Hello helpful people! I have been butting my head against the same issue that this person hit. I can write files to my "Personal" directory, but if I exit the program and restart it, they are gone. The...
View ArticleHow to show waiting dialog while navigating in storyboard?
Hi all, I want to use UIActivityIndicatorView to show as a dialog in order to give a note to the users that the progress is going on, while the second screen is too slow to rendering. But when I try to...
View ArticleVisual Studio 2012 installation issues
I was able to install the Android on Visual Studio 2010 and create a new test project for android. However on 2012 I get this error
View ArticleDisable custom URL scheme for external apps
I'm trying to add a new custom URL scheme in my app. I've registered the new scheme in my Info.plist and it is working both from within the app and externally (I type my custom URL into Safari and it...
View ArticleMultimedia Application
We have a current Signage application running in Mono under Linux, we would like to migrate the code to Android. We are looking for experience developer to help us with this project.
View ArticleVS integration with gitHub
Hello. I want to check out the sample applications but I'm new to gitHub. I've installed the "Git Source Control Provider" from NuGet, and also installed the Microsoft Git Provider. Why? Because I...
View ArticleHow to hide the navbar ( status bar ) in my entire application??
I need to finish this in a few hours i just posted this in a dead topic but im really in a hurry... Is there anyway i can hide navbar forever i already tryed Window.RequestFeature...
View ArticleCodehinting broken
Hello, Since last night update code hinting does not work for me anymore in Xamarin Studio. I've tried to close the app multiple times, restarted my computer, nothing seems to help. I've had this thing...
View Article[XAMARIN UPDATE ERROR]I made xamarin latest update, and can't see mono 3...
I have updated to latest builds, sdk and Xamarin studio. I have had am error message during the update process. I have tried a second time, few second and updates seemed to work. Also I can read from...
View ArticleXamarin Studio doesn't remember Code Formatting preferences.
Xamarin Studio 4.0.12 (build 3) Mac OSX 10.8.4 Xamarin Studio is forgetting my Code Formatting policies. For example, if I go to "Xamarin Studio->Preferences->Source Code->Code...
View Articlezebra bluetooth printers
hi Does anybody has created bindings for the zebra bluetooth printers http://www.zebra.com/us/en/products-services/printers/printer-type/mobile/mz-series.html thanks pd: you can download the sdk here...
View ArticleAPK Names
If I set the assembly name to, for example, Arden.MyApplication then when I deploy, the .apk file produced is named Arden.MyApplication.apk, which is good. However, if I set the assembly name to simply...
View ArticleComplex Image Gallery (viewpager, fragments and dinamic layouts) --> Out of...
Hello, I would like to do a complex image gallery (swipe left-right, change image distribution by page, select one image and upload context, ...). I have been looking for a lot of information to do it....
View ArticleWait() or Result in async/await methods are never actually return and make...
I really love using async, I tried with async/await operators and it works like a charm. What happens though when you just return a Task<T> and Wait() to finish because you want to get the result...
View ArticleIssue Zebra Printer
I know how to connect and print with my zebra printer from Xamarin, but I don't how to send the instructions to change the font. In the other words, I would like to know how to change the style font...
View ArticleGood Android Device for Testing
I spent the past couple of months creating my first iPhone app and now I would like to use that same app for the Android platform. I did some initial testing and the first thing I'm seeing is that the...
View ArticleBinding Obj-C protocols "interface list is not an interface" problem
How do I correctly bind obj-c protocols with multiple types? For example, how do I bind: @interface MyClass : UIView<UIScrollViewDelegate, UIGestureRecognizerDelegate> { } Following this guide:...
View Article