Presist an opened Socket between two processes in Android -


is there way share opened socket in 1 process( application) process in android?

no can not asking. should take @

how pass socket, inputstream, outputstream objects between activities

and

android passing objects between activities

you can use object save state data application upon it's reopening, there no way share non serializable data between activities in android understand.

you should use service you're asking instead of depending on object. see:

keep socket connection between activities on android


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -