Android View Classes

In this tutorial I’ve given brief explanation about Andriod View Class. View Class are the basic building block for user interface components. A View occupies a 2-dimensional area (say: rectangle) on the screen, which is responsible for framing and handling different type of events. In our previous blog posts, we have learned Android installation steps and made first program …

CSS3 Box Shadow

The box shadow property allows web designers to design multiple drop shadow(outer or inner) for any box element ,using values for color,size and offset etc. In this tutorial we are going to explain how we can use the box shadow property for drop shadow effect. The box shadow property can be assigned through comma separation in …