Top "Xamarin.android" questions

Xamarin.

Implementing IJavaObject on MonoDroid

I'm currently trying to implement an ILocationListener on a class in order to receive GPS updates - this is not …

xamarin.android
Cross Platform Logging in Xamarin

I am looking for either a logging utility such as NLog, Log4Net, etc... that will allow me to log …

ios xamarin.ios xamarin.android xamarin
How to convert dp to px in xamarin.android?

I want to convert dp to px in my C# code in xamarin.android, but all I could find were …

xamarin xamarin.android pixel pixels density-independent-pixel
Using MvxCommand With CommandParameter binding

I'm trying using fire MvxCommand with CommandParameter, but faced with following problem: MyView.axml contains: <LinearLayout android:orientation="horizontal" …

mvvm binding command xamarin.android mvvmcross
MVVMCross for android - how to do binding in code?

I want to use MVVMCross, however for my android application I also want to use other libraries (sliding menu and …

xamarin.android xamarin mvvmcross
Get parameters from the intent used for onResume()

I'm using a LocalActivityManager to have activities in different tabs, when I switch from a tab to another one, I …

android xamarin.android onresume
Obfuscation in Xamarin Projects

As you know Xamarin projects are compiled into dot net dll assembly and it'll be pack into apk file and …

c# android xamarin xamarin.android
Android SDK not found in Xamarin

I'm beginner of C# as well as Xamarin. I've installed Visual Studio and Xamarin but when I try to create …

xamarin sdk visual-studio-2015 xamarin.android java-6
Xamarin.Forms MissingMethodException: 'Android.Support.V4.Widget.DrawerLayout.AddDrawerListener' not found

I have followed everything from the following link: https://developer.xamarin.com/guides/xamarin-forms/user-interface/navigation/master-detail-page/ The code I …

android xamarin.android xamarin.forms navigation-drawer missingmethodexception
How to run code after a delay in Xamarin Android

I'm trying to show some code after a delay in my Android app. The Java code for doing this is …

c# android xamarin xamarin.android android-runonuithread