Skip to content

MilkBeeno/AndroidLibrary

Repository files navigation

AndroidLibrary

Paging3 使用

  1. PagingHeaderAdapter 使用有两种方式:

    • 创建一个类继承 PagingHeaderAdapter 并实现其构造方法,具体看源代码教程

    • 在 Activity 中直接实现 PagingHeaderAdapter 并填充构造,具体看源代码教程

  2. PagingFooterAdapter 使用有两种方式:

    • 创建一个类继承 PagingFooterAdapter 并实现其构造方法,具体看源代码教程

    • 在 Activity 中直接实现 PagingFooterAdapter 并填充构造,具体看源代码教程

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages