I want to implement a picker that will have only 2 part. consider the following image

In this i want to remove 2008 part of the picker. and also please let me know how to get control on title so that we can change the title and we can remove the title (if needed)
You could experiment with creating a subclass of the
DatePickerDialogbut I don’t think you have direct access to manipulate the layout of it that much. You might be able to control the title, but not which of the pickers are shown.I think it would be faster and easier to create your own PickerDialog with the desired layout using
NumberPicker.Edit: Links on Custom Dialogs
Custom Android Dialog
Android Developers – CustomDialog
Android Series – Creating Custom Dialog