I am using recycler view in fragment. In adapter i am setting the data based on the position. Once if i reach end of the listi mean last item. User is trying to scroll down ,then i have to display one toast message like there is no new feed . How to do it ?
Thanks in advance.