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?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Looks like I found a similar solution for passing the SharedPreferences here: Get Preferences from a subClass.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.