Uncategorized

Drawing Mandelbrot Set on HTML5 Graphics Canvas

Mandelbrot set is a mathematical set of points whose boundary is a distinctive and easily recognizable two-dimensional fractal shape. The Mandelbrot set is defined over the complex number plane. The definition of the Mandelbrot set is simple but the structure of the set is really complex and beautiful. Mandelbrot Set Overview Mandelbrot set is defined […]

Drawing Mandelbrot Set on HTML5 Graphics Canvas Read More »

Android Linear Layout Example

Linear Layout is an android View Group that aligns all children in single oriented manner, vertically or horizontally. A Linear layout can have only one orientation, only vertical or only horizontal. The orientation can be specified by using attribute [cci]android:orientation[/cci]. Horizontal Orientation By default, if you don’t specify the attribute [cci]android:orientation[/cci], the orientation of linear

Android Linear Layout Example Read More »

Scroll to Top