Adding the Analytics Package to the project resulted in an error in the project. As explained in this blog , the error occurs when the project has more than 65536 methods ( only the added Google Play Services package has about 30,000 methods)....
I need to lock the device for one application only.
I use a line in my project that requires my app to make a launcher . So, the initial screen of the device is my application, and HomeButton always points to the application. Lin...
In my project with Xamarin, I need to use the binding of the Facebook SDK for Android in version 3.6. However, I could only find the binding of version 3.0 , which is out of date.
Does anyone know where I can find the Facebook Binding SDK...
Hello, I would like to create a mask for cpf using edittext, but I was not successful; I searched the net and found several examples in java, but I could not adapt to C #, could anyone help me?
Thank you in advance.
In my software I have a thread that every second updates the file X. This same file can also be updated through a user action that will be in another thread (can be any time).
My question is: what will happen if both threads...
When I need to update a field in the UI, do I need to run this code in the UI thread ?
For example: I have to change the layout of my activity .
The code I'm using is this:
RunOnUiThread(() =>
{
_layoutBlurred.Visibility = ViewS...
Every time I create any Xamarin project in Visual Studio 2017 the following error appears when running the application:
Erro: ValueFactory tentou acessar a propriedade Value dessa instância.
Why does this error occur? What should I do to...
I'm using Xamarin to develop for Android in C # and checking the component documentation SeekBar vi that it only has a "Max" property, and that the minimum value for the component is 0.
How would it be possible to make SeekBar accept negati...
How to load WebView from Xamarin.Android a complete site? He is bringing the mobile version.
Example:
I'm talking to WebView go to
link
And it's bringing:
link