Skip to content Skip to sidebar Skip to footer
Showing posts with the label Subclass

Not Able To Access Object Sub Class's Variable? (java / Android)

I've got a custom class called 'Quad' which creates a textured quad to use as a sprite … Read more Not Able To Access Object Sub Class's Variable? (java / Android)

Protected Fields Not Visible To Subclasses

I'm writing a custom view that directly extends android.view.View. If I try to access fields mS… Read more Protected Fields Not Visible To Subclasses