I am running my project which is on recyclerview
and I am getting an error while scrolling my list.
When I am scrolling down my list I am getting error in recycelrview
and my application closes.
See the errors below:
2019-03-25 22:40:45.464 746-801/? E/ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
2019-03-25 22:40:45.467 746-801/? E/ANDR-PERF-REQUEST: Failed to set timer
2019-03-25 22:40:45.922 29813-29813/com.example.narayanstore E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.narayanstore, PID: 29813
java.lang.IndexOutOfBoundsException: Index: 50, Size: 50
at java.util.ArrayList.get(ArrayList.java:437)
at com.example.narayanstore.RecyclerViewAdapter.onBindViewHolder(RecyclerViewAdapter.java:47)