Right this is a really novice question i think.. but I’ve not got any idea what its called…
I’ve got a class called Tasks. I wanna be able to call Tasks.Preferences.getString();
Do i need to make another class within Tasks called Preferences then make a function within that called getString?
Well that’s what i tried but apparently Tasks.Preferences doesn’t exist, so i cant get to the inner function, all of these classes are public btw.
Any help would be much appreciated, Thank you.
Preferences shouldn’t be another class, it should be a member of tasks. i.e.: