Thursday, November 26, 2015

Creating Swipe Views of Android App with Tabs

1. Create a New Android Project.

2. Input the Application Name & Company Domain and click the Next button.


3. Select the Minimum SDK and click the Next button.



4. Select the Tabbed Activity and click the Next button.


5. Select the Action Bar Tabs(with ViewPager) on the Navigation Style and click the Finish button.



6. If below errors occurs while building Android Project, you have to change appcompat version 23.1.1 into 22.1.1.
  (If your project SDK version is over 23, you can build new project without errors.)



No comments:

Post a Comment