What is the best way to generate fractal curves on android?
Should I use NDK?
and if not
What is the right class to extend View or SurfaceView
I've generated two fractals extending View and overriding onDraw(), when the iteration count is big and curve ratio is too small, generation is too slow