Normally on Android you need to import the R class but in this project the class accesses R despite it's not being imported in that class, how does this work? If I copy that class to another project I have open Android Studio says I need to import the R class, how come?
This is the class I'm talking about