Content Page Secondary Toolbar Items in iOS same as Android
I am using secondary toolbar items in my content page. I want the same menu items in iOS as in android. By default it is showing under navigation bar. How can I achieve this.
View ArticleGetting XAML Intellisense to work VS 2017
Hi all, I'm new to xamarin, have got everything to work except for the intellisense, it only works randomly or sometimes when I have already typed most of the code. I have looked through a previous...
View ArticleHow can I deploy two Xamarin.Forms apps to a single Android emualtor?
I am using VS 2017. I've written two Xamarin.Forms apps: The first is a simple app named "LaunchedApp" that displays the text message "I am a launched app" and the second named "LauncherApp" with a...
View ArticleAndroid Error With SignalR Core: Could not load assembly 'System.Memory'...
Hi, I am trying to use SignalR Core preview in a Xamarin Forms solution. UWP works fine but Android crashes with error : "Could not load assembly 'System.Memory' during startup registration". I tried...
View ArticleXIB File to Windows Project.
Hi, We currently have an IOS and Xamarin.MAC shared code application based on Xamarin.IOS and Xamarin.MAC. it works very well. We would like to port the application on Windows. Is there a tool for...
View ArticleI can't to do work the badge in my App
I have this public Badge(double size, double fontSize) { HeightRequest = App.ScreenHeight; WidthRequest = HeightRequest; //HeightRequest = size; //WidthRequest = HeightRequest; // Box Box = new...
View ArticleAVAudioPlayer mixes produces pops and cracks on newer iPhones
I have an app with a background music AVAudioPlayer and a soundEffects AVAudioPlayer, per the recommended recipe here: [Forums won't let me post links. It's the "Playing Sound with AVAudioPlayer"...
View ArticleVS 2015 - INSTALL_FAILED_NO_MATCHING_ABIS - But "Android Options" lacks...
Xamarin 4.8.0.576; Xamarin.Android 8.1.0.13 There used to be a way to tell Xamarin.Android which ABIs to build for. I don't see that any more. (Looking in Project Properties / Android Options.) My...
View ArticleURGENT Facebook GameRequestDialog not calling callbacks
I'm using the Xamarin.Facebook.Android package for this. The dialog displays correctly and the requests go through to the correct recipients but the callbacks never get called. I'm not 100% sure where...
View ArticleStream stream = assembly.GetManifestResourceStream (resource) breaks live player
Hi Whenever I run the following line, Xamarin Live auto disconnects on my phone: Stream stream = assembly.GetManifestResourceStream (resource) the content of assembly is: BlackCatSap.Droid,...
View ArticleHow is it named this graphic element in Google Maps
I want to use something like that in my app, some expandable element with text that you can hide it with your finger. Thank you.
View ArticleAdding ads to Android project
Hi, I'm following this guide by the one and only Mr. Montemagno and I'm having trouble with some parts of it. I added permissions but when I try to integrate the AdView the guide says "Simply open the...
View ArticleHow to make a event(zoom, focus etc.) in my custom camera renderer?
I made my own camera renderer and on each platform, camera rendering is worked on native. I searched and found there is OnAutoFocus method and in camera library, there are some method and interface to...
View ArticlePopulate GridView Sql Server
How would you go about connecting and populating a gridview from sql server like you do in asp.net connection string and query the database from select statements / tsql.
View Article'Pink' styling issues on Android
Hi, I am seeing some strange styling effects on Android, my switches are a pink colour when toggled on - same issue as...
View ArticleAlternatives to update Stripe
Recently got a notification that the library of Stripe being used was going to become obsolete, for which I need to update them to keep having credit card payments via app. I've been using the...
View ArticleListView item images misplacing and disappear sometimes while scroll up/down...
Hello I have read few blogs but didn't find solution of it. When I scroll Up/Down, some image misplace and some image disappear. I have review my code and given enough time to get rid of the problem....
View ArticleCollapse empty rows in a listview in iOS
I have a list view. Each control in the list view has isVisible bound to a property in the corresponding object. Thus, some rows in the list view contain controls whose isVisible flag is set to false....
View ArticleUrhoSharp 1.8.51 Released (UWP64, AR, Urho3D 1.7)
Release notes: Urho3D updated to 1.7 (26ff4fce) lots of bug-fixes and new features such as Inverse kinematics and Bullet RaycastVehicle support, see release notes here:...
View Articlezebra bluetooth printers
hi Does anybody has created bindings for the zebra bluetooth printers http://www.zebra.com/us/en/products-services/printers/printer-type/mobile/mz-series.html thanks pd: you can download the sdk here...
View Article