On Friday, September 14, 2012 5:36:27 PM UTC-4, bob wrote:
>
> Sounds like you will have two Activity classes.  Then you will call 
> startActivity to start the second one.  And, you will pass the output of 
> the first one as an "extra" to the second activity.
>
Or perhaps have one app be a Service that runs in a separate thread, with 
communication between the two threads performed over a binding.  See:

- http://developer.android.com/reference/android/app/Service.html

- http://developer.android.com/guide/components/services.html 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to