5 messages in com.googlegroups.android-beginnersRe: Android API-doc like Sun API-doc?
FromSent OnAttachments
sommeralex25 Jan 2008 15:46 
Charlie Collins28 Jan 2008 07:47 
Constantine28 Jan 2008 12:46 
JayR29 Jan 2008 01:40 
Charlie Collins29 Jan 2008 08:43 
Subject:Re: Android API-doc like Sun API-doc?
From:Charlie Collins (char@gmail.com)
Date:01/29/2008 08:43:23 AM
List:com.googlegroups.android-beginners

Well I prefer just standard JavaDocs to the Android (new Google Code) format, personally. Maybe it is habit, etc, but they are quicker and easier on my eyes.

As to how much of a "challenge" using the JavaDoc tool is, it can be a great challenge when you don't have the source, that adds to the difficulty a bit. ;)

On Jan 29, 4:40 am, JayR <joer@googlemail.com> wrote:

Hi

I did not thought using Sun Microsystem's JavaDoc tool to be a challenge. But perhaps I am wrong.  ;-)

http://java.sun.com/j2se/javadoc/

Android's API docs look great and it is definitely more fun to read them in a normal web browser. My problem is that many Java IDEs are not smart html parsers.

Not correctly nested HTML tags are no fun for them.

I understand that Google has invested many man hours to improve API doc usability, but ironically they have forgotten to test if their greatly improved JavaDoc doclet is still machine readable by different Java IDEs.

Cheers  George

On 28 Jan., 21:47, Constantine <cona@gmail.com> wrote:

On Jan 26, 1:46 am, sommeralex <alex@gmail.com> wrote:

Hello!

I am new to Android - even if the API still is quite small, i would prefer a api doc in a similiar 3-frame-style like that from sun.But all what i could find was the android-main-view
sitehttp://code.google.com/android/reference/splittingtheapi-doc into packages, class and so on.

but the trouble is, if i click on the class view, i have to click the back button everytime when i want to take a look to another class..

so, is there an android api doc in the typical 3-frames-style?

thx..