I'm making an android app using java in android studio. This app is for flashcards so...it uses algorithm like SuperMemo algorithm to show flashcards in a specific time. So i used a List of views to hold flashcards and show them as floating Views to the user using window manager. My current problem is that the last view shown in this list works just fine (it flips and respond to user actions correctly) but the rest of flashcards doesn't function i mean doesn't flip or show it's options.
I really need a solution to make all flashcards work properly.