It's a question about Android technology.

Asked 2 years ago, Updated 2 years ago, 26 views

I want to implement a function, but I don't know which Android function this corresponds to, so I'm asking this question. It may sound a little vague, but in the case of an app, if you run it after installing it for the first time, the advantage of the app is.If you show it in GIF form and in a brief sentence, and push the screen to the left, a button is generated at the bottom of the page after about 3 pages, so I want to implement something like "Start".

I'm thinking of the most similar function as a viewflipper right now, is that right?

android

2022-09-22 21:56

1 Answers

ViewPager lets you create the features you want. It has the advantage of being flexible when implementing the function because you can freely set up page-switching animation, receive scrolling amount, and page-switching events as a listener. Read the article below.

Look at the library where you can easily create your Welcome Page. If you look at the code and see how it's made internally, you'll get a sense of it.

See the page below for examples of page-switching animations in ViewPager.


2022-09-22 21:56

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.