Button event for while clicked
I'd like to know if there is an event for the press/hold of a button, which is called on a press, and not after the press is released? Clicked event only works after the press is released, and the tap...
View ArticleAndroid "Credentials API" in Xamarin
I've been looking all over the internet for this, but I can't seem to find out how to use Xamarin to access "Smart Lock" credentials. This is where an app can do a Google login without requiring the...
View ArticleXamarin Forms on Mac
Now that XF supports Win10 UWP, which can run on desktop... will we see XF come to Xamarin.Mac? Please say yes. Please.
View ArticleXamarin.Forms listview on iOS does not obey xaml RowHeight
Hi, I have the following layout wich works perfectly on android devices, but gives wrong row height on iOS. Edit: Actually, the row does have the correct height, but for some reason the contents get...
View ArticleIs there a way of Querying App Stores to check for updates for apps?
In upcoming releases of my app, lots of functionality will be changing. This involves changes to external sources which will be completely different. With the current way my app works, it will not work...
View ArticleListView Scrolled Events
Summary Provide a ListView Scrolled event identical to the ScrollView. This will allow apps to apply animations like parallax on the ListView Header for example. API Changes e.g. In order to facilitate...
View ArticleCCRenderTexture Crash
I'm working on a Xamarin Forms with embedded CocosSharp project. I need to be able to take a screenshot of the game view and save it. We add a background image from a byte array (converted to texture,...
View ArticleXamarin for desktop App
Hello, Could you confirm that I can write Application for Apple Desktop and Windows Desktop with Xamarin ? Thx.
View ArticleWhy does a Windows Phone need to be connected and turned on?
I create a Blank Xaml App (Shared) and build. When I try to deploy the UWP app (deployment required before running) I get the following errors: Severity Code Description Project File Line Suppression...
View Articlecrash on iOS when re-initializing instance of Urho.Application
The following only happens on iOS (not iOS simulator on the Mac or UWP): I close the Urho.Application using the Exit() method, then set the value of that instance to null, but when I try to show a new...
View Articlexamarin ios how to binding extensions property
Hello, I am starting to use the GitHub's SDAutoLayout library in my xamarin.ios project. This library has lots of extensions method and properyies of this UIView class. I built the binding project very...
View ArticleChange Flow Direction of a Content Page?
Hello, how can I change the flow direction of a Xamarin Forms Content Page from Left to Right to Right to Left? something like Windows Phone Flow Direction property?
View ArticleDidn't find class on path: DexPathList - Custom Plugin
I'm creating a plugin for Xamarin.Forms and on the Android project I have some native ListViews, Adapters and a Activity. When I execute the sample app I got this error: didn't find class...
View ArticleXamarin.Auth Android project results in "Cannot find symbol" error for...
I am trying to implement the Xamarin.Auth library. After installing it in my client project I received a System.NotImplementedException: System.NotImplementedException: Portable Bait And Switch is...
View ArticleAsync Crypto using System lib
I developed a App for the public company that i work. I did a async crypto using BouncyCastle and works perfect. But when the code was analised by a third company, they not allowed the App because of...
View Articletrying to make the sports sample app run but get error
Error Project file must include the .NET Framework assembly 'WindowsBase, PresentationCore, PresentationFramework' in the reference list. Sport Build keep getting this ive not done anything to it but...
View ArticleDynamically display image in IOS xamarin - nitWithContentsOfFile:' method...
I have a portable xamarin application with some "specific overrides" for android and ios. I have a content page with image that need to be downloaded from server. Since the image is not "public" on the...
View ArticleMultiple Activities vs Single Activity and Multiple Fragments
First apologies if I am asking something that has been answered a million times, I couldn't find a anything that completely answered my questions so hope I might get some clarification from you the...
View ArticleVisual Studio 2017 RC
FYI: While installing VS2017RC - Installing status hung at 65% AndroidNDK for over an hour, but eventually continued on - then again at 92% AndroidBuildSupport. I suspect the "Download Complete" bar...
View Article