Can't find LogCat window to view Log messages.
Here are the steps to find it.
On your Eclipse.. In the bottom Panel you should see LogCat window now.
String itemValue=listArray[position]; Log.d("item value clicked is", itemValue);
Log.d("listArray length", String.format("array length = %d", listArray.length));