I’m new to Corona.
What’s the best way to create reusable ui/view component?
For example, I want a circle, when I drag the circle, I want to create a firework around it (and move with the circle).
And this circle are used multiple times in my app, I wan’t reuse my code for this circle.