Item View refresh methods and get position method before bind
This update adds below methods to the PlaceHolderView
<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.<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.public void refreshView(int position)
: This will refresh the item view after new data is added based on the position of item view.