Open GoogleCodeExporter opened 9 years ago
Hi, thanks for reporting the issue.
Can you please provide some pointers to existing resource that may help us?
Original comment by mixare.org
on 25 Jan 2011 at 2:08
He's right.
I've never seen such an ugly java-code, especially without any javadocs!!!
That's an absolutely NO-GO!
How should other developers be able to understand or modifiy the code, if there
are no method-descriptions using javadoc!? This is a basic rule of programming
in java!
If you don't know what javadoc is or how you can create it, please google! In
eclipse it's pretty easy: Just type "/**<enter>" above your method and then
describe what the method does and what the parameters stand for.
Everyone knows that from the android SDK or the JDK using eclipse: If you point
your mouse cursor over a method name or you type the name of a method and press
ctrl+enter, a small popup with the description of the method is displayed.
That's javadoc! ;-)
But, beside that, great project! :)
Original comment by FaSchw...@gmail.com
on 11 Apr 2011 at 3:10
FaSchw,
Thank you for your point.
This is on our Milestones.
Regards,
Original comment by DevBinn...@gmail.com
on 23 Jun 2012 at 1:01
Original issue reported on code.google.com by
clement....@gmail.com
on 10 Jan 2011 at 8:57