Hi All, >From an earlier post (below): a developer attempted to customize Seekbar (actually AbsSeekbar) but found out that the method onProgressRefresh was undefined. Mark pointed out that method is package private in android.widget namespace. If the developer does not want to go there, one will need to workaround onProgressRefresh (if that is possible) or come up with one's own AbsSeekbar. Either ways seems to be more work than necessary as developers may just want to make relative small changes to the seekbar.
AFAIK, there is no way to find out if a view's source has package private methods or variables except by studying the source or after starts implementing. It seems its better to know ahead before development. Is there any documentation or general rule/guideline on this issue ? Thanks in advance. --------------------------------------------------------------------------------------------------------------------------- Earlier post on seekbar customization: http://groups.google.com/group/android-developers/browse_thread/thread/b833d50965e45f68/b290c52184a79bd4?hl=en&lnk=gst&q=seekbar+android.widget#b290c52184a79bd4 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

