I've got a nice bit of code that allows a user to scale and move an image around on screen to put the shapes where they want. My problem is that when the user goes to another screen/activity, the scaling and positioning revert back to the original states. When I add the SharedPreferences bit of code, I get an error: "The method getSharedPreferences() is undefined for the type ..."
Is there a way I can capture the scale and the X and Y coordinates in a Shared Preference so that when another activity launches that uses the same images, it could appear in the same location with the same scaling?