python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Converting Kotlin app to Xamarin.Android application
I am trying to translate a Kotlin (Android) application to Xamarin.Android application. I came across a function and not able to figure out what would be equivalent C# code would be.
fun loadDrawable(...
nafr1
Votes: 0
Answers: 1
Two factor authentication in Xamarin Forms using the email method
Hi everyone I hope are having a great day. I am trying to integrate 2 factor authentication every time the user logs in into my app I want to send an email with a random code to the user to verify th...
Marvin
Votes: 0
Answers: 1
How to resolve the memory leak issue, when a custom control is placed into the Collection view data template
I designed a custom control that will contain content and will be primarily used to display a basic animation before loading the content. We used ValueAnimator to start and stop the animation in our c...
T.Eswaran
Votes: 0
Answers: 0
Why does tapping on a Button in a Grid move it in front of other UI in Xamarin Forms?
Summary
I would like to have more control over the Text rendering on a Button in Xamarin.Forms, so I am using a Grid which contains a Label and Button object. This gives me more control over the text,...
Victor Chelaru
Votes: 0
Answers: 1