I am trying to work on sending an object of my customer class from one Activity and display it in another Activity.
Activity
The code for t
Yeah, using a static object is by far the easiest way of doing this with custom non-serialisable objects.