Fractals is a simple Android app written in Java to visualize fractals
Choose between the famous Lévy C curve or Sierpiński triangle
Tap the + button to add steps to the fractal and watch it grow, or tap the - button to go to previous steps and watch the fractal disappear.
While reading the book "Java software solutions" I learned about the
recursive nature of fractals
and was inspired to make an App that visualizes them.