Pocketsphinx Xamarin Android Binding & Error
Hello I am pretty new to xamarin and pocketsphinx, I tried to Bind pocketsphinx library from the pocketsphinx android demo github using this tutorial : "cmusphinx.github.io/wiki/tutorialandroid/" I...
View ArticleHow can I change the hamburger icon for another one in Xamarin.Forms for...
How can I change the hamburger icon for another one in Xamarin.Forms for Android? I tried a lot of methods to change the three bars (hamburger icon) for another icon with Xamarin.Forms, but it seems to...
View ArticleFailed to compile the generated registrar code
Hi, I have the issue with the following: https /github.com/xamarin/xamarin-macios/issues/3637 THis issue occurs even if I were to compile the project directly on the mac machine I am using the latest...
View ArticleHow I can remove the black border of navigation bar in iOs device?
In iOS device black border is coming. Please share if their is any solution in Xamarin forms.
View ArticleARCore 1.0 is now available
Hello, Any plans to bring the nuget ARCore 0.91 component up to date?
View ArticleHow to implement Parallel execution using Xamarin UITest
Hi, I want to be able to run test cases in parallel on multiple devices connected locally via USB on a mac. Can someone guide me, i am new to this? Also, is it possible to run android & iOS...
View ArticleIs Web automation supported using Xamarin UITest
Hi, I would like to automate a website for testing by launching a chrome browser and safari. Is this supported? I read few articles date 2016 that Xamarin UITest does not support web automation only...
View ArticleScreenshot not present on mac
Hi, I am using Xamarin 2.0.9, with NUnit 3.7.1 version. While creating the IApp instance i am passing the android deviceid and also set EnableLocalScreenshots(). On attempting capture the screenshot i...
View ArticleIssues when updating PCL to .net standard
I followed James Montemagnos guide on his blog to upgrade my PCL project to .net standard. The process seems very simple, add references to .csproj and delete assemblyinfo.cs and packages.config. But...
View ArticleError while using zxing bar code reader (this error doesn't occur all the time)
Hi, I'm doing some test with zxing bar code reader and sometimes I get the following error: Jan 17 10:06:24 Criticals-iPad MobileUIiOS[11754] <Warning>: Unhandled Exception: 0 MobileUIiOS...
View ArticleLoad Video, Text and Images from FTP-Server
Hello guys, I am new at Xamarin Forms and I'm trying to develop an App, which will has to load about 40-60 videos, textes and images from a FTP-Server. The user will navigate to the Menu and on the...
View ArticleHow to store Base64string to SQLite database?
I'm already done converting image - base64string: here is my code: protected override void OnActivityResult(int requestCode, [GeneratedEnum] Result resultCode, Intent data) { try {...
View ArticleRight version (Framework and target) tfor Visual Studio
I have several devices with different versions of Android (4.4 or higher). On this page (developer.xamarin.com/guides/android/application_fundamentals/android-api-levels/) I read that the project...
View ArticleHandle map clicks xamarin forms
How to get a position of my click on map in xamarin forms?
View ArticleHow to pass data from database to another activity?
I'm trying to create a login system, that the user who logged from it will go to the new activity when user clicked the login. The user will redirect to the 2nd activity and all of the users detail...
View Articleis UWP 16299 - Fall Creators update not for Mobile?
What is the purpose of 16299 Uwp version? is it only for Desktop PCs or also can be used on Tablets and Phones? I read somewhere that there is Uwp phone with 16299 update. I am using .net standard 2.0...
View ArticleAll the ways to get lat and lng
Hello. I am build an app and I'm trying to get lat and lng from the current device location. I think I gps provider or internet connection the get these values. Is there any other way to get lat and...
View ArticlePlugin.FilePicker CrossFilePicker not picking files from SD card. (Xamarin...
Hi When i try to pick file from SD card, CrossFilePicker throws exception "System.IO.DirectoryNotFound Exception". file = await CrossFilePicker.Current.PickFile(); if (file == null) { return; }...
View ArticleAdd a second image as background
Hi I would like to achieve something similar to this: I already set BackgroundImage = xxx in XAML for the gradient background. But i would like to add another picture (like the mailbox) to be between...
View ArticleI'm not getting create a rounded rect. The badge is square
This is my badge Badge class <Grid xmlns="http://xamarin.com/schemas/2014/forms" xmlns:local="clr-namespace:Operacional" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"...
View Article