Hello.
I use the intent
transfer the data to the variable entered in edittext
for the second activation and there I work with the variable containing this data.
Tell me how to transfer from the first activation these data to three activations at once, two of which are used as tabs (tabactivity)?
As I understand it, the usual startActivity
cannot do that in this case, all the specified activations open at once and the program crashes.
I was looking for a solution on the Internet and stumbled upon the use of singleton
, but I did not find a good job description in Russian. Can you also share a link to a Russian-language resource or tell about the principle of singleton
?