Tuesday 21 February 2012

Option Menu With Icon in Android


 Click the menu button in emulator after word next screen display.


 
You click particular option menu then toast will display on the screen like this.
 
 
MenuIconActivity.java




Rounded or Circle ImageView with Shadow in Android

RoundedImageViewShadow.java public class RoundedImageViewShadow extends ImageView {     private static final ScaleType SCALE_TYPE ...