Android的滚动分页分页、Android

2023-09-04 08:49:32 作者:丈母娘,快把你女儿交出来

有什么的Andr​​oid操作系统,使用它可以实现滚动分页?

Is there something for the Android OS with which you can implement scroll pagination?

* 修改 随着滚动分页我的意思是分页喜欢在主屏幕上,你可以刷卡左,右,进入下一个或previous页。

*Edit With scroll pagination I mean pagination like on the homescreen, you can swipe right and left and go to the next or previous page.

推荐答案

您可以在启动的android.git.kernel.org源$ C ​​$ C例子。寻找所谓的工作区和CellLayout类。

You can take example on the source code of Launcher at android.git.kernel.org. Look for the classes called Workspace and CellLayout.