java - How to store object -


how can store bluetooth socket obtained in 1 activity? can use in activity manage connection. or there other way transfer bluetooth socket 1 activity another?

since cant transfer complex objects via bundle, try , use different class store information (the socket in instance).


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -