Xamarin.iOS - consuming a WCF service hosted locally results in timeout
First of all, this problem does NOT occur when I access the same WCF service hosted on my Azure account. The problem only occurs when hosting locally. The WCF service is hosted on my local IIS account....
View ArticleCalling ViewWillTransitionToSize
If someone could take this Objective C example, or similar "template", and convert it to C#, I'll be ecstatic! I just can't seem to do it. I'm not calling it correctly, and have trouble with the...
View ArticleHow to navigate inside master detail page?
I have buttons on homepage. Dashboard button clicked and then i use Pushasync to push dashboard page. Then app leaves the master detail and a single page is displayed. How do i display dashboard page...
View ArticleHow to customize ToolBarItems in xamarin.forms?
I want to add a badge icon in ToolBarItem so how to add a badge icon? And I want to also use circular profile image in ToolBarItem so how to do that?
View ArticleSQLite: Setting journal mode results in a SQLite.SQLiteException: Row
Hello, I want to use the journal mode 'WAL', but every time I try to set the journal mode, it results in an SQLiteException and the application crashes. The same applies to setting any other journal...
View ArticleXamarin forms android custom renderer onDraw() never invoked
Hi, Xamarin forms In android custom renderer ,i have protected override void OnDraw(Canvas canvas) { } in constructor i have this this.SetWillNotDraw(false); It's never invoked, Please help to resolve...
View Articlecould not load assembly 'system.io.filesystem.accesscontrol' during startup...
Hi Guys, i have a xamarin forms applikation and i added three .netstandard2.0 libraries to the solution. The Libraries use System.IO.FileSystem.AccessControl. When i reference the libraries in my...
View ArticleDeployment failed, Internal error
I am working on Xamarin Android Application.When I run my application I am getting this error : error: Unexpected install output: pkg: /data/local/tmp/com.iKart.androidapplication-Signed.apk Failure...
View ArticleFailed to resolve assembly for custom renderer in XAML
Hi, I've been struggling with the following error in Xamarin for quite some time now. I have made a custom renderer for Xamarin.iOS that I want to use in Xamarin.Forms from XAML. I am using it like...
View ArticleXamarinForms APK won't install
We have two apps which are deployed using HockeyApp (Ad Hoc deployment). After recent updates on my Mac (iOS & Visual Studio Community) I can't install them on Android devices (deployment to iOS...
View ArticleXamarin.Android: Hide StatusBar and Notification in Fullscreen mode
I am trying to hide statusbar and notification in fullscreen mode. User should not be able to pull/swipe down status/notification bar in Xamarin android. In native android it is working fine with below...
View ArticleUsing SKiaSharp to Sharpen image depending on values.
So I'm creating a project that modifies an image selected from gallery. I was able to add edits using matrices for saturation, contrast, exposure and temperature. Now I'm working on a sharpening edit....
View ArticleAuto Size font for button text to fit in single line
Hello All, I have a problem and kind of stuck on this. I had 5 buttons which display at the bottom of the screen. (Android & ios) The default font size is 14. I want to calculate the font size of...
View ArticleThe "LinkAssemblies" task failed unexpectedly
Hi everyone, I'm still new to Xamarin development. I'm currently making an app with Xamarin.Android. It builds and runs fine when 'Linking' is set to None. When I set linking to 'Sdk Assemblies Only,'...
View ArticleHow to get selected current tab of a TabHost control after changing the...
Hi, I am working with Tabhost control in Android C#. It has 4 items. when I am selecting the 2nd tab item (in portrait mode) it shows the correct item of 2nd tab properly (in portrait mode), but when I...
View ArticleHow to set a square that allows to move
I would like to create a square that allow me to move. My first solution was to create a **View ** however when I moved this View it moved the components above it. Then I try a label but I don'ts...
View ArticleMultiline, scrollable and readonly text field
What are my options in Xamarin.Forms if I want multiline, read only scrollable text field? Nearest I could find is Editor but I'm not able to make it read only. Any help? I want to show the log...
View ArticleHide StatusBar and Notification in Fullscreen mode
I am trying to hide statusbar and notification in fullscreen mode. User should not be able to pull/swipe down status/notification bar in Xamarin android. In native android it is working fine with below...
View ArticleACR Speech Recognition Plugin for Xamarin & Windows
Easy to use cross platform speech recognition (speech to text) plugin for Xamarin & UWP Currently in BETA1 - Buggy on android right now. Contributions welcome! Please note that as of this posting,...
View ArticleXamarin Forms android project | JNI RegisterNativeMethods: attempt to...
Hi all, trying to bring the android side of my project up to speed the error at the end of the output. 08-26 18:42:09.258 W/art (23568): JNI RegisterNativeMethods: attempt to register 0 native methods...
View Article