Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to pass socket, inputstream, outputstream objects between activities

Tags:

android

How to pass socket, inputstream, outputstream objects between activities

like image 729
David Prun Avatar asked Nov 15 '22 09:11

David Prun


1 Answers

Using the application object, I think you can accomplish what you're looking for. See examples and discussion here:

Android passing objects between activities

like image 66
Brad Hein Avatar answered Dec 17 '22 09:12

Brad Hein