How to set iOS SDK path for Visual Studio for Mac without IDE
We use Jenkins for our CI/CD pipeline and there are multiple Xcode versions installed on our Mac build servers Xamarin builds using MSBuild launches a particular xcode version using the path settings...
View ArticleTLS and Mutual Authentication in Xamarin.Android
Hello I'm trying to implement Mutual Authentication with TLS (use TCPClient and sockets) in Xamarin.Android and didn't find a way to achieve this. The code in the page :...
View ArticleTCP/IP example for xamarin.android needed.
I want to build a simple app for Android that connects to a bit of hardware using TCP/IP and giving it an IP address and a port number and I am really struggling to know where to start - can anyone...
View Articlexamarin.ios does not support running or debugging the previous built version...
Hi, i have the problem of xamarin.ios does not support running or debugging the previous built version of your project,I'm working on Visual Studio 2015 on Windows and I have this problem, I already...
View ArticleIt's possible to add Tap gesture to the Entry?
Hi All, As I wrote in the title, it's possible to add Tap gesture to the Entry? This code works for Label but doesn't work for Entry: var tapEntryRecognizer = new TapGestureRecognizer();...
View ArticleTrying to connect to remote Mac
I am trying to connect to my remote Mac. It says that connection finished but get an error on list that says: "a remote error occured on the connected Mac" on the log I get this error:...
View ArticleHow can I make the text wrap for long text in picker items
Is there a way to set the items in picker to wrap after they hit a certain length? I see that you can set the entire picker's widthrequest but that doesn't seem to do anything for long strings inside...
View ArticleHow can I break the text in a Picker's selection dialog wrap when too long?
I'm working with Xamarin.Forms, and the problem that I'm running into is wrapping text in the selection dialog When the text is very long exceed the limit and does not show the rest of the text, I want...
View ArticleNeed to apply word wrap for Xamarin.Forms Picker control text and its Popup...
Hi I'm using Xamarin.Froms Picker control to select set of questions with various text length. The problem is once I selected any items, it just showing half of the sentence and remaining texts are...
View ArticleGlobal Exception Handling
Hi Everyone. I'm in my final submission of my Xamarin forms App. I want to handle Exceptions Globally in my Project. I tried this...
View ArticleHow to include the JAR/AAR file into project?
Hi there I have an AAR binary which I have to include into my Xamarin Forms (Droid part) project. The How-To document accompanying the AAR reads about different environment: Android Studio and the File...
View ArticleHow can I access to txt file in my samsung galaxy watch
Hi, I do my reseach on google, but I don't find any solution for my problem. I have my galaxy watch app in xamarin and tizen and I have simply method to write my log data into log.txt file: public...
View ArticleFlip animation like Flipboard.com
Hi, I have a requirement to create a mobile app on flipboard website concept but I am very new in XAML animation, can anyone please help me out in same if they have done some thing similar to this or...
View ArticleUWP and SerialCommunication: await DeviceInformation.FindAllAsync(aqs) won't...
Hello! I am writing(for work) a library for multiple platforms: .NET Framework, .NET Core and Xamarin.Forms(UWP/Android/iOS) to connect a serialdevice. To get an overall compatibility i created an...
View ArticleFlipboard how to implement in xmarin forms andriod ?
like this any one help me .http://openaphid.github.io/images/flipview-demo.gif
View ArticleUsing the WebAuthenticator with the Sample.Server.WebAuthenticator?
Using the setup from the WebAuthenticator sample and guide, is it possible to use the [Authorize] attribute on a WebApi Controller to prevent anomymous access?...
View ArticleGrid cutting off Label text
I have a settings screen that is made of a grid that alternates between a header row that spans 2 columns and a 2nd row with a description of the setting and the control for that setting, usually a...
View Article'C:\Program' is not recognized as an internal or external command, operable...
Hi' I'm new to xamarin forms. I'm getting this error " 'C:\Program' is not recognized as an internal or external command, operable program or batch file." when I try to run the android emulater. Any...
View ArticleAndroid manifest file merge rules
Hi all, Problem outline Google recently changed their approach with respect to Android manifest files uploaded to Google Play, so that it is now no longer possible to upload a new version of an App...
View Articlemanifest merging in Xamarin.Android
Our 3rd party Android library's manifest declares uses-permission entries for android.permission.BLUETOOTH and android.permission.BLUETOOTH_ADMIN, but our app does not use those bluetooth capabilities....
View Article