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. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

