0
votes
2answers
768 views

Android: Having Difficulty passing an Object from one activity to another using Parcel

I've read MANY articles on how to use Parcel and I've used it in my app but it isn't working. I've just created an activity where you can connect to a computer using Sockets. I've opened a ...