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 ArticleMixing UrhoSharp with Unity3D
I have an Urho HoloLens project, and i was wondering if i can mix Urho and Unity3D in a single project? If yes, could you provide a sample please. Thanks, RA
View ArticleCustom ViewCell for binding both Command and CommandParameter?
Hello. Is this possible in Xamarin Forms? I want to execute a command (passing a command parameter) when a item inside a ListView has been tapped, but I don't want to dirty the code behind...
View ArticleI thought that downloading the Xamarin NuGet would pull all the dependencies...
I installed the Xamarin NuGet into my solution and tried to run the app when I received this error: Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly...
View ArticlePCLStorage alternative?
It seems that PCLStorage is the only library that exists for cross-platform file access with Xamarin. Do you mean to tell me that NOBODY ELSE has written a similar library? I don't want to reinvent the...
View ArticleBroadcastReceiver - Can't Start Service on Boot | Reboot
Hello everyone, I am facing problem to start background service on boot. My service runs without problems if started from anywhere else, but on boot, crashes immediately. Below is my BroadcastReceiver...
View ArticleImage button showing Unhandled exception error.
Hi, I am new to xamarin android . i am using image button . it is showing "Unhandled exception Error" message. Error Message is **Unhandled Exception: System.NullReferenceException: Object reference...
View ArticleBinding Commands to Resource data
Hi all! I have a ContentPage array of my models and ICommand properties in ContentPageViewModel of this page: <ContentPage.Resources> <ResourceDictionary> <!-- Menu Data -->...
View ArticleUrhoSharp with Proper UWP support (x64 + Release)
I've been working on a desktop software project using Xamarin Forms / UWP / UrhoSharp and when we started we came to the conclusion that Microsoft was pushing Urho as their cross platform 3D library...
View ArticleHow do I create Xamarin.Formsbook.Toolkit with VS 15.5.2?
I am trying to create the Xamarin.Formsbook.Toolkit in preparation for a class I'm teaching. The old way to create it doesn't exist in the latest version of Visual Studio. I have tried selecting Cross...
View ArticleChange position relation between Parent and Children
Lets say we have a CCLayer object (layer) and a CCSprite object (sprite) layer.AddChild(sprite) I know that the position of the sprite will always be relative to the layer's position. layer.Position =...
View ArticleI am designing a food delivery application, and my graphic designer has...
I am designing a food delivery application, Using CrossPlatform and my graphic designer has created graphics look like the picture below. I have no clue how to go about designing this, any suggestions...
View ArticleThreading context callback crash?
Seeing a number of crashes with this crashlog, wondering if anybody can see something useful here? Getting desperate. 0 libsystem_kernel.dylib 0x0000000181e342e8 __pthread_kill + 8 1...
View ArticleTarget Android SDK 27 with Xamarin Android project
I'm unable to target Android SDK 27 in my Xamarin.Android app; in target frameworks the newest sdk listed is 8.0 and when I try and add the latest Xamarin.Android.Support.v7.AppCompat which depends on...
View ArticleClickable Icon on the toolbar
Hi guys, could someone please stir me on a right direction, I am trying to implement a clickable icon on the toolbar. just like this I appreciate it
View ArticleTableSection change Title color
Hi all! It's impossible to set color for title in TableSection. I wrote a renderer for table and try to set color there: public class TestTableViewRenderer :...
View ArticleMTOUCH : error MT2002: Failed to resolve...
I'm running Visual Studio Community on the a Mac. I have the latest Xamarin.iOS installed. The intellisense doesn't show up CoreSpotlight and when I build I get this error. I've set the build target to...
View ArticleAccess to the camera in the iOs Simulator
Hello, In 2018, is it possible to access to the camera in the iOS iPhone simulator ? Its no seems to work on my iBook, could you help ? Thank you, cjacquel,
View ArticleHow to autosize Editor height?
I have an Editor control inside a Grid cell that I would like to automatically expand vertically as more text is entered. Is this possible?
View ArticleBest options for rapidly previewing XAML/layout changes?
Trying to preview layout changes in Xamarin.Forms on iOS/Android so far feels so, so slow. Half the time I'm almost better of just compiling it and viewing it on an app rather than waiting for the...
View Article