[android-developers] How Can I keep data between my activities?

2011-08-07 Thread Zwiebel
I have an activity what looks like this: public class s extends Activity{ private static final int REQUEST_CODE = 1; ImageView secret; public int counter; public int counter_foe; public TextView txt; public TextView counter_txt; ImageView

Re: [android-developers] How Can I keep data between my activities?

2011-08-07 Thread TreKing
On Sun, Aug 7, 2011 at 1:01 PM, Zwiebel hunzwie...@gmail.com wrote: My problem is the following: I want to keep my counter's and my counter_foe's content through the activity changes. I don't want them to be the default (0) texts. For example: If I clicked on the next button of mine