Connect with us

Code

Skelly: skeletons for Android Views

Skelly is a tiny library for displaying skeletons while the content itself is loading. All skeletons are completely synchronized across the whole application no matter how many of them visible on a screen at the moment.

Example:

<com.dpforge.skelly.SkeletonView
    android:id="@+id/skeleton"
    android:layout_width="match_parent"
    android:layout_height="48dp" />

Skelly on GitHub: https://github.com/int02h/skelly
⭐️: 159

Advertisement

Trending