Android Siege Lion tab type

Source: Internet
Author: User
The tab type app's main interface has the following 1. Early type: Viewpager + multiple layout files, the bottom can be linearlayout or RadioButton, by clicking on the bottom of the time to constantly change the Viewpager Setcurrentpager (), you can achieve the tab switch. 2. Android3.0 started using fragment, implemented through Fragmentmanager + fragment. This method does not use Viewpager, so you cannot implement a screen transition effect dragged by your finger. 3. Viewpager + Fragmentpageradapter, which is the way of this course, combines the advantages of the above two points to achieve both left and right drag effects, and also to achieve the separation of code, That is, the contents of each tab in the blank area are a fragment and can be dragged left and right. 4. Early and not recommended by Google Way: Tabhost. If you do not need to drag left and right, but just click to switch, it is recommended to use the 2nd way: Layout more flexible, easy to reuse.

Android Studio Shortcut: Ctrl + Alt + M, you can extract the selected piece of code into a separate method. On Eclipse is the alt+shift+m.

Android Siege Lion tab type

Related 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.