I have Recyclerview inside the NestedScrollview.I need to get Visible positions from the RecyclerView but Recyclerview scroll listener is not triggered only Nestedscroll view scroll listener is triggered...
            Asked
            
        
        
            Active
            
        
            Viewed 29 times
        
    0
            
            
        - 
                    Probably because the `RecyclerView` expands to its maximum length. Is your `RecyclerView` orientaion `VERTICAL`? – Abbas Oct 24 '19 at 12:53
 - 
                    Take a look at https://stackoverflow.com/questions/24989218/get-visible-items-in-recyclerview – Zahra Oct 24 '19 at 13:07