Please, suggest a solution for the following scenario:
When a user clicks a button, the screen must be slid from right to left and the next screen must be shown. But the background for the both screens is the same (it's an image), and it is not slid, it stays at its place.
What can you suggest? Can I use activities here, or there must be fragments, or anything else?