Tuesday, 10 September 2013

Access parent's members when extending android.widget.xxx

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