[android-developers] Setting/Passing values

2010-09-30 Thread rb
How do you set/pass values from one screen (activity) to another? What I have in the R.layout.main view labeled Calculator contains the code for doing calculations. The main.xml contains the layout (view) of the main screen. I have created an options menu which has another screen which shows you

Re: [android-developers] Setting/Passing values

2010-09-30 Thread Mark Murphy
On Thu, Sep 30, 2010 at 6:09 PM, rb rbs...@gmail.com wrote: How do you set/pass values from one screen (activity) to another? That depends on the nature of the values. When you press the menu button, you get the options menu.  If you select Setup, then it will display the setup screen.  Now