I have a class Class1 , in which I store some of my information.
In the class of активити А I create an instance of my class Class1 cl1 = new Class1() , fill in the data and pass this link to the class of the next ActivityB actB.cl2 = cl1 .
In the cl2 class активити B the cl2 field cl2 static, and access to it is inside the package. Активити А will be destroyed by the system sooner or later. Then what will happen to the field cl2 ?