I'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 ArticleText inside badge doesn't centralize
I have this code <Grid xmlns="http://xamarin.com/schemas/2014/forms" xmlns:local="clr-namespace:Operacional" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Operacional.BadgeView"...
View ArticleIs possible to resize a title of the page and change TextColor?
I have no TextColor and FontSize properties in the page's title. Is possible to chages these properties? I have this <ContentPage xmlns="http://xamarin.com/schemas/2014/forms"...
View ArticleBest way to achieve this look
Anyone know of a Xamarin Forms control or how to achieve the look if this type of listview/carousel .
View ArticleCan Sqlite-net run/import sql statements in a .sql text file ?
Hi All I want to ship the app with the database and some seed data in an sql file, I have read the sqlite tutorial and wold like to avoid having to convert an existing large sql create database .sql...
View ArticleBadImageFormatException for System.ServiceModel.Web.dll
Hi All, I'm running into a few exceptions related to System.ServiceModel.Web. According to the documentation, this is an available assembly, but I get errors whenever I try to work with it from my...
View ArticleQuestions for NSInputStream
Hello, 1)- How to convert a SKData or a SKImage into a NSInputStream ? 2)- How to get the size of a NSInputStream ? Thank you, cjacquel,
View ArticleNew Xamarin University Course: Navigation Patterns in Xamarin.Forms (XAM205)
Today, we’re announcing a new class in the Xamarin University course schedule for Xamarin Certification! Navigation Patterns in Xamarin.Forms (XAM205) will show you how to code the stack and tab...
View ArticleVariety of issues building Xamarin Forms applications in Xamarin University...
Following the self guided course in XAM 120 and am failing at the ifrst hurdle. I have latest versions of Visual Studio 2017 and am using Android_Accelerated_x86_Nougat emulator. To keep things simple...
View Article"Unable to end session: A task was canceled" failures on specific iOS devices
I'm getting these SetUp : Xamarin.UITest.XDB.Exceptions.DeviceAgentException : Unable to end session: A task was canceled. ----> System.Threading.Tasks.TaskCanceledException : A task was canceled....
View ArticleSet Image Source from code behind.
This is a ridiculous question. How the F*** do you set the Image Source from the Code behind. IT should be as simple as: imageName.Source = "My Remote Image served from a server somewhere"; After hours...
View ArticleiPhone X SafeArea with Forms ListView
How do you guys handle the safe area problem for ListViews with Xamarin.Forms? Just setting the safe area as margin on the whole ListView looks ugly AF. So I search for something like a custom renderer...
View ArticleAppResources.ResourceManager.GetString Producing NullReference Exception
Recently having an issue with GetString() translation = AppResources.ResourceManager.GetString("SomeInvalidString",CultureInfo.CurrentCulture); Is producing a Nullrefence exception.. In fact.. even if...
View ArticleProblem with Rg.Plugin.popup plugin
So i've installed this plgin called rg.plugin.popup, and its needed to define it in mainActivity like this Rg.Plugins.Popup.Popup.Init(this, bundle); But the error is : "Severity Code Description...
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 ArticleRecommended way to do this?
Hi everyone I have an Forms app, which at startup collects a lot of info via 5 different pages like a wizard. This also means that every time I want to test some of the main logic pages, the test needs...
View ArticleScrenn captures for iTunes connect
Hello, How do you do for making all the app screen images for iTunes connect? Do you use the iOs simulator to create images? Thx cjacquel
View ArticleLive Player + .Net Standard
Have latest releases of everything, created empty .net standard 2.0 project, tried to launch it on android, got this exception: (1,1): error: Failed to load assembly from stream:...
View ArticleXamarin forms and universal links
Hi Guys, after two days trying to figure out why my app doesn't call apple-app-site-association file and safari doesn't recognise that there is an app for this website I finally have figured it out. So...
View ArticleHow to load embedded image resource in PCL assembly?
My PCL assembly (named "Foo.Bar") contains a folder "Images" which contains an image file "check_yellow_24.png" (build action = EmbeddedResource). I'm trying to set this image as the source of an Image...
View Article