Is it better to pass a datatype like list through an intent or it's better to make it global and use everywhere?
Right now, I am not sure whether other activities in my application would be needing that list or not except the one to which i am passing the list through intent.
and making it global would break encapsulation so i am not sure what's the better way.