I have to draw a curved line on the left side of recycler view ( which connect all the item in the recyclerview).But i cant get all of the position of recyclerview item to start draw my custom view.I tryed to get the x,y position inside onBindViewHolder but it not work ( i though when inside nestedscrollview it just like a tableview).So how can i get all the position of recyclerview's items after set it adapter
Here is the screen shot of what i have to do: https://i.stack.imgur.com/Q6eO4.jpg