Skip to content

A highly expandable Android library for decoupling the code of toolbar or loading status view. (深度解耦标题栏或加载中、加载失败、无数据等视图)

DylanCaiCoding/LoadingHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

LoadingHelper

English | 中文

This library was renamed LoadingStateView.

It is a highly expandable Android library for showing loading status view on the low-coupling way, the core function is implemented with a Kotlin file of over 200 lines. it not only shows different view like loading, content, error, empty and customized view when loading network data, but also manages title bar.

Why rename

This library contains two functions for displaying loading status view and managing title bar, so it used a neutral name LoadingHelper. However, there are the following questions:

  • The name is not easily associated with the function of displaying loading status view
  • It is also easy to misunderstand whether it is also possible to manage loading dialog.
  • While another function to manage the title bar is important, it's actually a secondary function to add decorative views

So decided to change the name to improve the readability of the code.

About

A highly expandable Android library for decoupling the code of toolbar or loading status view. (深度解耦标题栏或加载中、加载失败、无数据等视图)

Resources

Stars

Watchers

Forks

Packages

No packages published