"<p><strong>Invalid Range Error : </strong>this error occurs when you work with indexes and you try to access an invalid index.</p> <p>In our case we have a delay of 1 second, then we delete the selected Item by index.So when we delete an item from the list say 0, the list it's shifted,then if we try to access to the last index say 3 (initial list range was [0..3]) the error occurs cause our actual list range is from [0..2].</p> <p>So in this video, I show you how to fix it.</p> <p> </p>"