Enterprise App Store Recommendations
Hi, We've got our first Xamarin iOS/Android app nearing production and have decided not to try and write our own app store from scratch. Any experience with private enterprise app store offerings?...
View ArticleXamarin.iOS for VS & Build Host - "too old"?
I have the latest stable releases for the Xamarin.iOS for VS and the Mac Build Host. When trying to connect through Visual Studio 2013, I get this error message.. Build server with address [IPAddress]...
View ArticleiOS Loading Overlay
I attempted to implement the loading overlay found here: http://docs.xamarin.com/recipes/ios/standard_controls/popovers/display_a_loading_message/ That being said, I attempted to implement this along...
View ArticleMissing base class in Jar binding project
Hi, I'm trying to create a binding project for Adobe's site catalyst SDK (attached) http://microsite.omniture.com/t2/help/en_US/sc/appmeasurement/android/index.html#Developer_Quick_Start I am using VS...
View ArticleUITableViewCellStyle.Value1 Default IOS7 UIColor.Blue color not same in...
If you set you tableviewcell with CellStyle.Value2 you get a default color of blue that matches UITableViewController I can override that default gray in Value1 style cell = new UITableViewCell...
View ArticleStrange Error (Error executing task ResolveSdks in release, not debug), any...
Runs fine in debug, but when I choose release I receive this error... /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets: Error: Error executing task...
View ArticleSupport Library can't work with Google Play Services Froyo
Hi, I have a project where minimum android version is set to API 10 (target API 14). I'm using Android Support Library v4 and Android Support Library v7 AppCompat (becouse of ActionBar).. Everything...
View ArticleUsing EasyLayout from Frank Kruger: views are only 50% of screen width -...
This is the code from my root view controller which is using Frank's EasyLayout (from here: https://gist.github.com/praeclarum/6225853) to constrain the layout. The top, middle and bottom view are...
View ArticleRead Text File From Internet
hi, i use this code for read text file from internet, but When the user clicks on the button The program is closed. using Android.App; using Android.Content; using Android.Runtime; using Android.Views;...
View ArticleHow to override Filter to make AutoCompleteTextView show in my way?
I am a new Xamariner,learn not so long. so, nearly,I try to use AutoCompleteTextView to show on some Activity.I want it to be used like the google textbox component,if I input some chars, it will...
View ArticleXamarin.Android upgrade this morning caused regression in ViewPager
This morning I upgraded to the new Xamarin.Android build, and this caused a regression. I have an ImagePagerAdapter which slides photos left and right, which was working beautifully until after this...
View ArticleGenerate a unique ID on IOS device
hiii , i want to know how could i identify a unique IOS/ANDRIOD device who is using my application, that's why i want to generate a unique id for particular device. and that id should be unique means...
View ArticleWCF Upload Large Files Report progress vis UIProgressView
I have create a WCF Service that allows uploading large files via BasicHttpBinding using streaming and it is working great! I would like to extended this to show a progress bar (UIProgressView) so that...
View Articlemandroid error XA0000: Invalid create-package command: -v --nosign --sdk-dir=
Good day, I developing Xamarin.Android application for > 4.0 versions and after I have updated up to API Level 19 via SDK manager I get below error mandroid error XA0000: Invalid create-package...
View ArticleXamarin.InAppBilling 1.3 - Xamarin.InAppBilling.xml file is duplicated
The zip file for this component contains two copies of 'lib\android\Xamarin.InAppBilling.xml' The contents of each file are very different. Which is the correct one to use?
View ArticleMarch 20: Cambridge, MA: Mastering Time and Space
http://www.meetup.com/bostonmobiledev/events/168198282/ Mobile development brought a radical shift in our ways to design UIs. Instead of thinking in terms of static text and dialog boxes, we are now...
View ArticleAndroid Splash screen question
I need to display a splash screen on my Android app, but I need to have its proportions unchanged. The tutorial shown on the Xamarin web site...
View ArticleSetting maxLenght of a textView programmatically (got the java code )
I need to just set the maxLenght of a textView programmatically and i found this editText.setFilters(new InputFilter[] { new InputFilter.LengthFilter(12) }); But i can make it work in my c# someone...
View ArticleFreelance Job offer for Xamarin Development
Hi, We are a small startup company in Austria / Europe and are looking for affordable freelance developers with Xamarin knowhow. Our startup is centered around an app for iOS / Android related to...
View ArticleCan't find View.IOnLayoutChangeListener
I am trying to use imageView.AddOnLayoutChangeListener( new View.IOnLayoutChangeListener() ) but when I type it in View.IOnLayoutChangeListener is not recognised. Can anyone help me?
View Article