I have been spending the last few hours researching on how to store data within internal storage however I cannot for some reason be capable of storing an integer.
I would like to know how to store an int value within a file as well as be able to read off of it. Please provide a brief example on how I can achieve this and would it be preferable to use the SharedPreferences class?