Sometimes scrolling my RecyclerView makes the entire UI unresponsive for a few seconds. I did use an AsynchronousTask to update the item and not to block onBindViewHolder.
Is there any way to pinpoint at what method (or code line) the application hangs?
 
    