JAR library (Android binding library): "generator.exe" exited with code...
Hi everyone, i'm trying to use Parceler library (https://github.com/johncarl81/parceler), because another binding library is using it. I have in project abou 5 binding libraries and all of them works...
View Articlehow to add new row on list view on click a button
Hi we are developing a mobile app using Xamarin. My requirement is that create a tax invoice So there is some fields for customer details and one list view. In list view we have give product list drop...
View ArticleOverride toolbar/navigationbar for Android/iOS causes android app crash.
Hey guys, I am using this https://wolfprogrammer.com/2016/07/07/custom-app-header-in-forms/ to override the toolbar for android and navbar for iOS (works perfectly for iOS but crashes for android)...
View ArticleXamarin.Forms.Maps iOS Padding
I am having trouble finding a solution for my problem. I am looking to set the padding for the Xamarin Forms Map on iOS (Custom Renderer). For Android it can be set in the custom renderer with...
View ArticleIs Save Button a good idea ?
Dear Xamarin Users, I'm building my first Xamarin.Forms app. It is an invoice-app for a company. I have a question regarding the workflow. Is it good to have a Save-Button on a page that saves the data...
View ArticleHow create slide in from right to left?
My component: <Grid VerticalOptions="CenterAndExpand" HorizontalOptions="FillAndExpand" x:Name="grid"> <Grid.RowDefinitions> <RowDefinition Height="30" /> </Grid.RowDefinitions>...
View Articleget Repository file source code
Repository yourSQliteRepository = new Repository(fileAccessHelper.GetLocalFilePath(Global.dbFileName));
View ArticleHow read the number os accelerometer
I am looking how interprete the numbers of a accelerometer because the numbers are always change and how I know when I have a change in acceleration?
View ArticleHow read the number os accelerometer
I am looking how interprete the numbers of a accelerometer because the numbers are always change and how I know when I have a change in acceleration?
View ArticleHow to get the values โโof the selected line in Xuni.FlexGrid?
Please, help. How to get the values โโof the selected line in Xuni.FlexGrid? For eample: string ID = ""; FlexGrid flexGrid = FindViewById<FlexGrid>(Resource.Id.flexGrid1); flexGrid.SelectionMode...
View ArticleTransparent png and TapGestureRecognizer
Hi again, I'm about to start to convert an ios app we have from Swift to Xamarin. One main concern I have is that this is a very visual application filled with button in odd shapes. As it works today...
View ArticleHow to get old installers for Xamarin for Windows Visual Studio
We've run into an issue with recent versions of Xamarin with a (known) bug that's causing issues with our builds. Unfortunately, several members of my team started after the last known "good" version...
View Articlehow to make Intent.ActionCall
Hello all, i'm working with vs 2017 and xamarin and i have one device with android 6.0 on it. I'm trying to make a phone call by click on a button ...rather simple but i encoutered a problem ......
View ArticleFirebase Cloud Messaging
Just wanted to ask if anyone ran into a little problem where devices that have the application freshly installed do not get any notifications until it is taken off the process and then started again....
View ArticleBinding Grid To Database Fields
My code is all there, but is not showing in the window? Hello - I learning Xamarin Forms, and want to have an approval grid. I want to query my table and return all results to the grid with a selector...
View ArticleUsing Xamarin.Android and Media Service in Azure for live broadcasting
I am looking for integrating Media Service from azure to Xamarin Android, I got a official video showing that but it was not giving complete information on this so today I am here to take help to get...
View ArticleHow to redirect back to APP After login with Google
HI All, I am implementing google sign in in Xamarin.Android. My Code without "isUsingNativeUI" var Auth = new OAuth2Authenticator( "720081367695-0pjsbd4cdq4111111111a6bgde.apps.googleusercontent.com",...
View ArticleHow to get the elements for the Custom Chrome Tab using Xamarin UITest
Hi! I'm having an issue locating the elements on Mobile application which has a Custom Chrome Tab using Repl. Is there a way we could locate elements on for Xamarin UITest? Please advise. When I do a...
View ArticleFirebase.Messaging messages not being received after update
Hello fellow Xamarin developers, thanks for dropping by i really need help on this issue as it is driving me insane. So to make a long story short me and my team has been working on this application...
View ArticleTrademark Symbol in UWP
Hello, I have a Label that displays some text, and then a trademark symbol in red. This seems to work without issue with Android and iOS, everything displays with the correct color. In UWP on the other...
View Article