I'm trying to save an image attached to a variable to send by mail but I get this error:
Unable to convert from 'Android.Net.Uri' to 'string'
I send code where I get an error:
if (uris != null)
{
var filePath = System.IO.Path.Com...
When executing this code in xamarin, I get this warning and it does not let me compile the program, someone explain to me why this problem, thank you in advance.
He does not let me compile that warning
Good morning.
I would like to know if it would be possible to update the parent activity that contains an adapter when an event occurs in it.
I explain in a little more detail:
I have an activity that loads an adapter with a series of info...
I have read that for security reasons this action can not be carried out even though there are applications that do so, such as Google Maps, in which if one enters the application with the gps deactivated, this application shows an alert with th...
I have a project in Xamarin and through this code, dynamically generate more than one CheckBox
if (Lista != null && Lista.Count > 0)
{
LayoutParams lp = new LayoutParams(LayoutParams.MatchParent, LayoutParams.WrapContent);...
I am developing an app in xamarin forms and I am doing my views in a programmatic way. My question is: In terms of optimization which of the two options is better to use?
Thank you.
I am trying to connect an application of Xamarin Forms with Microsoft Azure and at the moment of compiling I display the following error:
Method 'System.Net.Http.HttpClientHandler.set_AutomaticDecompression' not found.
Azure Client:
using...
Someone knows how I can change the color of my tabbedPage in Xamarin forms, I want it to have the same color of the Navigation Bar that I have. The following image is an example of how I want it, just need to change the color of the Tabbed Page...
I have two activities:
It's my splash screen
It's my login
I need my splash screen (activity 1), only handle the vertical position, it lasts 5 seconds my splash screen. Immediately after the login starts (activity 2) but I need th...