the code goes similary like this :
So i got a button that opens a new intent and there is a code to randomly chose a diferent case .like
case1: system.out.println("a"); break; case2: system.out.println("b"); break;
so the code choses one , but my problem is i want that text to be sent to a new intent and be displey as a text in a new intent , any ideas ?