Skip to content

Releases: omtodkar/ShimmerRecyclerView

Upgraded dependencies and build tools

28 Mar 10:41
Compare
Choose a tag to compare

Horizontal LinearLayout problem fixed

15 Aug 10:46
Compare
Choose a tag to compare

Multiple viewType support for ShimmerAdapter and some easy access xml attributes

25 Apr 12:27
Compare
Choose a tag to compare

Now you can set xml attributes for shimmer layout reference and number of shimmer to be shown while loading. Also now you can able to change view type of ShimmerAdapter

  • New ItemViewType contract to setup viewType for ShimmerAdapter based on layoutType and position, use ShimmerRecyclerView.setItemViewType to set contract.
  • Use shimmer_recycler_layout xml attribute to set shimmer layout reference.
  • Use shimmer_recycler_item_count xml attribute to set number of shimmer items.

Bug fixes and minor changes.

23 Apr 07:07
Compare
Choose a tag to compare
  • Now use setLayoutManager(androidx.recyclerview.widget.RecyclerView.LayoutManager, int) to setup layout manager and shimmer layout resource together.
  • com.todkars.shimmer.ShimmerAdapter is now accessible.
  • Added support for Vertical / Horizontal GridLayoutManager.

Pre release

12 Mar 09:00
Compare
Choose a tag to compare
Pre release Pre-release
Pre-release
  • use showShimmer and hideShimmer to toggle shimmer view.
  • Auto-detect layout type and orientation while showing shimmer.
  • Setup own Shimmer using ShimmerRecyclerView#setShimmer(com.facebook.shimmer.Shimmer) to customize for ShimmerRecyclerView.
  • All xml attributes are similar as facebook ShimmerLayout.