CopyPastor

Detecting plagiarism made easy.

Score: 0.8690352876677768; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2016-05-06
by Krishna

Original Post

Original - Posted on 2012-08-29
by NullPointerException



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Actually its not possible to go from 1st activity to 3rd directly...
You must have to follow the activity stack..
So if you want the data to be passed from 1st to 3rd follow by
1st -> 2nd -> 3rd
Actually its not possible to go from 1st activity to 3rd directly...
You must have to follow the activity stack..
So if you want the data to be passed from 1st to 3rd follow by
1st -> 2nd -> 3rd
with the use of intent suggested by @Lalit Poptani

        
Present in both answers; Present only in the new answer; Present only in the old answer;