I am sure this is more simple than it seems. Say I have two classes, the main app class (in this instance called Main) and a imageLoader class in com.site.library which has been imported into the Main class via import com.site.libary.imageLoader.
How do I then pass variables from my main class to the imageLoader class, for example in order to tell it which image to load.
I am sorry for the retarded question, I have searched the internet and forums for ages but can’t find any examples of this.