-2

I have an app MainActivity > ContactActivity > SummaryActivity On MainActivity I have a text view with directions for the user and once they enter their information I want to get the results from SummaryActivity and post it on MainActivty page. Once the user inputs the information I want the instructions to disappear.

Shakhor
  • 250
  • 3
  • 10

1 Answers1

0

use bundle and pass as extra data with intent ...

see this thread Passing data from one activity to another using bundle - not displaying in second activity

Community
  • 1
  • 1
Sabeer
  • 3,940
  • 1
  • 24
  • 20