cochrane5605
Lurker
Hi - I want to check the value of a particular integer variable in Android but Im not sure how. I know that in java you would use "System.out.println( value );" to check the value output but is there an equivalent in Android?
I have read about using the DDMS for such a purpose but am unsure about how to do about it as when I use 'Log.v( TAG, "Value is "+value );" doesn't actually appear on the DDMS log screen.
What am I doing wrong?
I have read about using the DDMS for such a purpose but am unsure about how to do about it as when I use 'Log.v( TAG, "Value is "+value );" doesn't actually appear on the DDMS log screen.
What am I doing wrong?

