I am able to give bottom to top animation when I go to next activity but now when I pressed back I am using same code for giving animation from top to bottom animation but it always goes to bottom to
When I call new activity by animation the background gets black. How can I remove remove the black background?
I would like to copy the content of one std::map into another. Can I use std::copy for that? Obviously, the following code won\'t work: