@Nonos - You should call scrollToPosition() whenever you want the recycler view to scroll to a specific item (that is not currently showing) by its position. Further, there is no point in calling scrollToPosition() to scroll to an item being clicked because the fact that the user clicked on it indicates that it's visible and scrolling to its position will therefore have no effect.
↧