Possible Duplicate:
Android Left to Right slide animation
Can i make the screen that loads come from the left instead of the right.
Button bLeft = (Button) findViewById(R.id.buttonLeft);
bRight.setOnClickListener(new View.OnClickListener()
{
public void onClick(View v)
{
startActivity(new Intent("Intent));
finish();
}
});