2012-07-14 153 views

回答

9

試試這個:

 try {   
     Intent newIntent = new Intent(view.getContext(), NewActivity.class);  
     startActivityForResult(newIntent, 0); 
     overridePendingTransition(android.R.anim.slide_in_left, android.R.anim.slide_out_right);   
    } catch(Exception ex) { 
    }