In order to view this lesson, you must purchase this course.
In this lesson, we'll take a look at implement the swipe behavior for our CardView objects whenever we hit the like button at the bottom of our application. The solution we implement will utilize something called a Linked List data structure. Setting this up isn't all that difficult, we simply need a "next" property and assign it inside of our fetch call.