there are some functions that I use in most activities in the project, I want to have them defined somewhere and just call for them when needed.
I tried to store them in a Class its possible but not efficient, is there a file that i can store all these function definitions in?