You need to implement the navigation between the 5 screens in the application by clicking on the buttons at the bottom of the screen. You will need to make transition animations, mark the button you clicked. And that it was impossible to press the button that opens the screen that is already open. I do not know what is better to use: tabs, radio buttons or what? A lot of content, very much. We need a powerful widget that can digest it. Viewflipper does not cope, animations are buggy. And the application is hard to slow down when navigating buttons

    1 answer 1

    It seems to me that the ViewPager will do for you (along with the PagerAdapter). For example, a good lesson on creating such an element is http://startandroid.ru/ru/uroki/vse-uroki-spiskom/228-urok-125-viewpager.html .

    • thanks :) that's what i need - Flippy