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
I used to set object with Pacelable or Serializable to transfer, but whenever I add other variables to object(model), I have to register it all. It's so nconvenient.
It's super easy to transfer object between activities or fragments.
Android DataCache