Skip to content

Item View refresh methods and get position method before bind

Compare
Choose a tag to compare
@janishar janishar released this 10 Oct 07:14

This update adds below methods to the PlaceHolderView

  1. <T>int getViewResolverPosition(T resolver): This will give the position of the class object which is added as the item view, even before the item view is binded to the window.
  2. <T>void refreshView(T resolver): This will refresh the item view after new data is added based on the class object reference added as item view.
  3. public void refreshView(int position): This will refresh the item view after new data is added based on the position of item view.