Image inside an UIMenuItem
Is this possible using Monotouch? I've found out there is a hack that you can use in objective-c but I'm not sure how can I do the same using c# ( search for UIMenuItem+CXAImageSupport on google )
View ArticleSDWebImage crash
Hello all! I've just tried SDWebImage library from xamarin components and get a crash. Here is the code imageViewUserPhoto.SetImage( url: new NSUrl ("some url"), placeholder: UIImage.FromBundle...
View Articleprintershare + C# textBox
hi, i wanna to use printershare for my monodroid app.(in C#) i have about 20 edittext and textview,and when the use fill all of them and pressed "print It" button,it should print this form via...
View ArticleSIGSEGV failures after Xamarin.Android 4.8 upgrade
I upgraded my Windows and Mac workstations to Xamarin.Android 4.8 this morning and ran our integration tests. The Android integration tests are now failing with various SIGSEGV errors. Here's an...
View ArticleHow to set focus listener like if not on focus do something...
Im using a alert dialog and in other part of the project im inflating view in a empty layout and i want to make then go away when i click outside of them... i really looked for focus events and click...
View ArticleDoes Twitter oAuth work with Xamarin.Auth?
Facebook oAuth login seems to work fine, but does anyone have an example for handling Twitter oAuth login? Is OAuth2Authenticator the right object to use? John K.
View ArticleCan't use Xamarin Sherlock ActionBar component with latest SDK installed?
I've tried to add the Xamarin Sherlock ActionBar component to my project, but it won't link. I get over 50 errors such as package android.support.v4.app.Watson does not exist I'm not sure what's...
View ArticleHow to access UITableView from UITableViewSource
I have a UITableViewSource class called CustomerTableSource: public class CustomerTableSource : UITableViewSource { public void DoSomething() { // Need to access UITableView } } I read that it is...
View ArticleTest Flight for Android not working through binding project
I am hoping to use Test flights new Android SDK which downloads as a jar file I nee to reference. I tried setting up a binding project but received some Build errors that were unlike the examples I...
View ArticleDeployment failed. FastDev directory creation failed.
Hi, When trying to deploy any application from Xamarin Studio to a physical device I get the following error: Detecting installed packages Removing previous version of application Installing...
View ArticleI get an InflateException when I try to deploy my project in the emulator
Here is my Main.axml file <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent"...
View ArticleiOS textfeild validation of email,phone number and string using...
Hi, I am using following method for validating text filed "public virtual bool ShouldChangeCharacters (UITextField textField, NSRange range, string replacementString)" I have created a class for...
View ArticleBinding multiple images to custom tableview source which are present in...
Hi, I want to bind each row of table with different image. I am not using MvxStandardTableView source, I have created a separate tableview cell and tableviewSource for that and now I need to Bind...
View ArticleXamarin (Windows) and MVVMCross
I was experimenting with Xamarin and MVVMCross. When I run or build the application I get the following error: C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(5,5): Error...
View ArticleHow to prevent SMS going to inbox
I'm developing a business SMS application. In this app, if an incoming message is from a particular number, say 999999999, it should go to the application's inbox and not to the default native inbox....
View ArticleHow to handle multiple clickable views in Listview?
Hi, I need a way to handle multiple click-able area inside list item. For example as of now clicking the list item it showing the details of the list but i need a way to identify checkbox checked...
View ArticleXamarin.Auth and infinite error alerts
I'm testing login using Xamarin.Auth and OAuth2Authenticator, if I disable the internet connection then the Error event is raised, but there's also an endless number of Alert windows that popup telling...
View ArticlePackage File Invalid from Google Play
I just pushed out an update to my Android app and some users are getting an error when trying to install it from Google Play. They are getting an Invalid Package File error message. When googling this...
View Article