Is it ok to send as many number of primitive data as you want in a Bundle
/Intent
while creating a new activity or fragment? Are there any caveats with regard to the number of arguments that could be passed using bundle?
Everytime I add a functionality to an existing activity or a fragment, If it simplifies the problem, I just add another primitive data type in the bundle and handle it inside. I am not sure if this is a good idea.