I am new to Android development and interested in some best practices. What can I use to enter my application:
System.Diagnostics (infrastructure level API? Where is System.Diagnostics.Trace , then?)Android.Util.Log (OS level API?)Console.WriteLine() (what is the console on an Android device?)- external libraries like log4net
source share