Cannot install Xamarin.Firebase.Ads AND Xamarin.Forms.Maps together?
Hello When I have Xamarin.Forms.Maps referenced and want to add Xamarin.Firebase.Ads version 119.1.0, it gives me the following error:Fehler NU1202 Das Paket Xamarin.Firebase.Ads 119.1.0 ist nicht mit...
View ArticleAnimation on xamarin forms using Lottie dont work!
Hi, anyone use the Lottie nugget to play animations on xamarin forms. I tested a simple example that dont run, just appear on android emulator a blank window. I install the Lottie nugets. Here is my...
View ArticleXamarin.UITests : How to hide credentials in tests?
Hi, Currently (since I am only starting) I have credentials for my user stored in variables as strings. So they are visible, and pushed together with code into version control system. Is there...
View ArticleNative linking failed with xamarin.firebase.ios.cloudmessaging
Native linking failed while trying to build xamarin ios project with xamarin.firebase.ios.cloudmessaging, all are working fine without this nuget. Tried with this...
View ArticleRefresh Image Source with timer
In my ContentPage i have only an image. I need to refresh this image's source from an uri every five seconds. So I just wrote this. Device.StartTimer(new TimeSpan(0, 0, 5), () => {...
View ArticleHow to position children AbsoluteLayout using Converter
Hi, I have this 'Widget' in my app: Thanks to @JohnHardman for help in implementing it The new problem that i have encountered is that i cant seem to make the thumb move along the widget.. I used an...
View ArticleText color change Alert Dialog
I'm trying to change the color of the text of the warning dialog button, but I have no success. I try to change the buttons are on the attached image My style xml: http://pastebin.com/aGuSN3by Someone...
View ArticleStrange scrolling behaviour with Editor and ScrollView on iOS 14
Hi all, Our users are reporting an issue on iOS 14, when they tap on text in the Editor view it scrolls off the screen. Here is an example: public class MainPage: ContentPage { public MainPage() {...
View ArticleEditing an SVG image programmatically
So yeah, we added a handful of SVG images to a Forms App we are working on. That is all fine and dandy. The problem is that the images are going to change. How? Well, let's say that as long as the app...
View ArticleTabbed page custom renderer on Xamarin.Forms
How can I achieve something like the top bar in the screenshot ("Totale Regioni Province") using a tabbed page custom renderer? Right now I'm using "fake tabs" made of three different labels. I need to...
View ArticleEnable/Disable Command-bound Button from MultiSelect ListView
I've implemented a MultiSelect ListView in a UWP application exactly like this example and now I'm trying to enable a button when one or more of the ListView's switch controls are "Selected" and...
View ArticleConnect mobile application to SQL server
Hello everyone, I am new in developing mobile applications. I am trying to start a simple project on Android/iOS/Windows phones. The application should contain a login page that the user enters...
View ArticleAbout continuous shooting method of camera application
With the code below, I started the camera app and took a picture, but once I took a picture, the app closed. What should I do when taking multiple shots? private async void OnImageClicked() { try {...
View Articlehow to change the shadow color of a frame?
how to change the shadow color and spread height of a frame?
View ArticleHow to bind or consume the below Web Api to Picker in Xamarin forms cross...
Hello, How to consume the below web api in xamarin forms? Below is the code for web api: [System.Web.Http.HttpGet] public HttpResponseMessage GetNames() { //Conectionstrings for different databases...
View ArticleHow to create stylized instances of controlls with nested settings?
I am trying to set default styles for elements such as Entry for instance. Here is how I make the entry on each individual Entry element. <Entry x:Name="SerialNumber" Placeholder="Serial"...
View ArticleTabbed page ui
Hi guys how i can create a tabbedpage with border radius like this image
View ArticleFirebaseApp is not initialized on real devices
Hello! I'm trying to add push notifications in Xamarin.Forms. On Genymotion it's work fine but on real devices i have an error: Default FirebaseApp is not initialized.Make shure to call...
View ArticleWhich is the best chat api for a react native app ?
Hello all I am planning to build an anonymous chat app with react native, but can't select one from tons of apis like MirrorFly ,PubNub, Pusher, Getstream, Firebase, Socket.io, Cometchat vs.. What will...
View Article