N
N
nikita_chiru2016-07-12 16:14:53
Android
nikita_chiru, 2016-07-12 16:14:53

How to make transition between classes without animation?

The standard transition animation is not comme il faut, in my case it is easier to remove it.
What can be done to remove it altogether?

Intent intent12 = new Intent(this, Cold.class);
                startActivity(intent12);
                finish();

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question