Yep there are many APIs all over that are not included in the SDK because
they are not stable, so you need to look at things from the SDK
perspective.  One thing you can do for a given snapshot of the tree is "make
offline-sdk-docs" which will build your own local copy of the documentation
from your own source tree, and those docs will have all of the APIs that are
public in that code.

On Fri, Sep 4, 2009 at 9:33 AM, Chris Stratton <[email protected]> wrote:

>
> On Sep 4, 11:05 am, Gavin Aiken <[email protected]> wrote:
> > Hi Dianne,
> > Say I wasn't trying to imitate the ProgressBar class but I merely wanted
> to
> > know what version of the view class I extend when I *extend View*? I
> totally
> > understand and appreciate that ProgressBar has access to private APIs but
> if
> > I extend the ProgressBar in the SDK I have a different set of methods to
> > those available in the source I have from git. I just want to know what
> > version of ProgressBar is in 1.5-r3.
>
> I think that if you browse into the android jar file in the SDK in
> eclipse, you will see what is actually exposed in that version of the
> SDK.   That's not always exactly the same as what the SDK's included
> documentation say should be available (though it's intended to be and
> is pretty close) and it's quite a bit less than is available by
> stubbing private internals... but Dianne would warn us not to do that
> since the internals will change with each version.
>
> >
>


-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to