Create Tik Mark when select a Image or video in Dynamic card view

it’s easy you will need 3 things -

  1. Dynamic CardView
  2. Dynamic Image
  3. Floating View - Extension

And run a Procedure similar to -

blocks (4)

blocks

if the Main Component is Clicked for the 1st time then -

This Procedure First creates a Dynamic CardView.
Then a Dynamic Image inside the Dynamic CardView.
Finally the Floating View Extension moves the created Dynamic CardView along with Dynamic Image to the desired Gravity of the Main Component.
Gravity Value -
Untitled

if the Main Component is Clicked for the 2nd time then -
it Deletes the Created Dynamic CardView and Dynamic Image indide it.

4 Likes