My question is essentially if the value that is in the intent object, when sent through a second time, does it have the same values again, and if so, is there a limit to how many times this can be done?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As we talk about Intent then it is used to Perform any Operation.
e.g
intent.putExtra(key1,value);All depends on the
value. If your value is not null then you can use it as many times you want. It has no Limit.