Android implements sliding between the left and right pages

Source: Internet
Author: User

Sliding between left and right of the page using a button

 

Public class jipiao extends activity {
/** Called when the activity is first created .*/

@ Override
Public void oncreate (bundle savedinstancestate ){
Super. oncreate (savedinstancestate );
Setcontentview (R. layout. s_ SQL );

@ Override
Public void onclick (view arg0 ){
// Todo auto-generated method stub
Intent intent = new intent ();

Intent. setclass (A. This, B. Class );
Startactivity (intent );

// The following sentence is used to achieve left and right sliding. Two XML files are required,In_from_right and out_to_left

// Set the animation to switch from the right to the left.
Overridependingtransition (R. anim. in_from_right, R. anim. out_to_left );

A. This. Finish ();
}
});


}

 

In the future, we will use gestures to slide the page left and right.Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.