how to print the value in console using titanium android like system.out.print in java
2 Answers
Ti.API.info(" Welcome to Titanium Development");
hi,
and one more thing if you can also use ddms tool to see comment as well as all kind of output logs like info,debug,error etc...
this tool is available in your android sdk's folder or you can configure in titanium studio also
Your Answer
Think you can help? Login to answer this question!