Just started using Java (for Android, if that matters) and all I want is a write to the Console at runtime. In AS3 it would be trace(), in c# it would be Console.Write()…what is it in Java?
I think this question is so basic/simple that I am having a hard time phrasing my question to Google; Stackoverflow to the rescue! 🙂
http://sharkysoft.com/archive/printf/docs/javadocs/lava/clib/stdio/doc-files/specification.htm
This will work when you are doing “Android Java”, if you use Eclipse it will be shown in LogCat
http://developer.android.com/reference/android/util/Log.html