Access parent's members when extending android.widget.xxx
I'm writing a custom gridview this way:
public class MyGridView extends GridView {
....
Is there any way to access package-private members(methods), or I have to
write a huge bunch of reflection code?
No comments:
Post a Comment