It should work similar to the android home screen. Which way has the best performance, is the most common one and cleanest in programming? The number of pages would be between 5 and 25 pages, which will be created dynamically. Thanks
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the
ViewPager. It works with a type ofAdapter, so dynamic adding of pages is simple, it is also official and has good performance, so it should suit your needs perfectly.