dinus_developer
@dinuscxj
About
blank
Skills & Technologies
Projects & Repositories
Recent public projects and repositories from this profile.
LoadingDrawable
JavaSome beautiful android loading drawable, can be combined with any view as the LoadingView or the ProgressBar. Besides, some Drawable can customize the loading progress too.
CircleProgressBar
JavaA circular android ProgressBar library which extends View, and the usage same as ProgressBar, It has solid,line and solid_line three styles. Besides, progress value can be freely customized.
EllipsizeTextView
JavaThe EllipsizeTextView extends TextView, support omit (Ellipsize/Ellipsis) redundant characters in multiple lines situtation.
RecyclerRefreshLayout
JavaA pull to refresh layout for android, the RecyclerRefreshLayout is based on the SwipeRefreshLayout. support all the views, highly customizable, code simplicity, etc. really a practical RefreshLayout!
RecyclerItemDecoration
JavaAn Android ItemDecorations library which easily add ItemDecoration to RecyclerView items. Currently Contains PinnedHeaderItemDecoration, DividerItemDecoration, OffsetsItemDecoration, ShaderItemDecoration
PullZoomRecyclerView
JavaA pull to zoom-in RecyclerView for android