Xamarin.Auth Twitter authentication process failing
I'm trying to setup Xamarin.Auth Twitter authentication. I have Xamarin.Auth working for Facebook. I get the facebook mobile login page and, after authenticating, it returns me to my Xamarin app. With...
View ArticleRestSharp request hangs every X requests
Hi, I'm experiencing some problems with POST requests to my server (https/ssl). The problem is that every X (it changes, but usually between 5-9 requests ) requests, a request just hangs and seems not...
View ArticleThe type `MonoTouch.UIKit.UIScrollView' is defined in an assembly that is not...
I am getting below error when i try to add DSGridView component. Error CS0012: The type MonoTouch.UIKit.UIScrollView' is defined in an assembly that is not referenced. Consider adding a reference to...
View ArticleBinding issues with Symbol/Motorola EMDK
I am attempting to bind Motorola Solutions' EMDK for reading barcodes on the MC67. I created a binding project and, while it does build successfully, the binding generator produces the following...
View ArticleIndoors binding
Hi, Has anyone tried to create a binding library for the indoo.rs sdk ? (http://indoo.rs/) Thanks
View ArticleMonoTouch.Dialog source code out of date?
Hi all, I'm trying to work through a null reference exception we're getting with MT.D. I downloaded the source for MT.D from github so I could compile locally which it does. However I think the source...
View ArticleXamarin Plugin CrossSettings Two-way data binding for Applications settings...
Hi All, I am using the excellent Xamarin Plugin from James Montemagno called CrossSettings in my Xamarin Forms application and I'd love to be able to do something like the following so I could...
View ArticleUpdate ListView after sorting
Hi guys, How do I update a ListView after sorting the items? I have a list with custom objects so the user can sort the list by one of the properties of the object and I would like the ListView to...
View ArticleInAppPurchaseManager not Persisting
Hi guys, I am unable to restore my previous purchases using the InAppPurchaseManager , once I have closed the application down and loaded it again on an actual iPhone. When I run the debugger in...
View Articlexamarin pdf417 scanner
I have to scan United States driving license barcode and extract all the info from it in my app. Anyone please suggest me open source xamarin components.
View ArticleApk Protection
I extracted my apk it contains my project assemblies. if I open my project assembly using dotpeek it will show my entire source code how can I prevent this?
View ArticleApp Crashes With System.IO.FileNotFoundException When I Enable Bundling Mono SDK
I have completed and tested my app, but when I try and create a .app to distribute, the creation crashes as soon as I launch it with a FileNotFoundException on a linked .exe that I use in the...
View ArticleDoes Xamarin.Forms binding allow me to...
...bind to another control? For example, in XAML: <ContentPage .....> <StackLayout> <Switch x:Name="swExample" /> <Entry x:Name="entryFoo" IsEnabled="{Binding...
View ArticleLinearLayout MouseDown like event
I have tried searching available events for the LinearLayout layout for events that work the same way MouseDown and MouseUp events work in .NET (a.k.a. MouseDown = touch screen without releasing,...
View ArticleIssue after converting to 64-bits - "DetectSigningIdentityTask"
So, after porting my project to use the Unified API and fixing a bunch of errors I'm down to 1 final error that I can't seem to find anything on it: Target _DetectSigningIdentity:...
View ArticleXamarin Forms Designer
Will there be a designer for the Xamarin forms in the future where controls can be dragged and dropped.
View ArticleConnect to postgreSQL.
Is there any working way to connect to postgreSQL? I try Npgsql, but i get error Could not install package 'Npgsql 2.2.3'. You are trying to install this package into a project that targets...
View ArticleRequired Clear summary of Xamarin Cross Platfrom.
Hi all, I am an Android Developer using java, I like to develop apps in Xamarin. I read Xamarin documents regarding the same, even though i read i cant understand clearly how can i use cross platform...
View ArticleAppCompat v7 21.0.00-beta1 + GooglePlayServices "attribute 'theme' has...
Hi guys, I'm trying to use the AppCompat to use MaterialDesign, but when i'm trying to compile the project, i'm getting this error. Anyone have this problem too?
View ArticleIsolatedStorageFile.GetUserStoreForApplication,...
Getting ready to submit my application to Apple I came across some discussions about file storage that had me wondering whether I'm doing things correctly. I have found lots of threads about these...
View Article