I am a newbie in android programming, i have to design an activity exactly like the picture in the link. I am extremely confused about how to add that search view under my actionbar.

I am a newbie in android programming, i have to design an activity exactly like the picture in the link. I am extremely confused about how to add that search view under my actionbar.

You have to make a custom action bar, below will can help you to make it.
How can I implement custom Action Bar with custom buttons in Android?
then, you have to use text watcher(http://www.learn2crack.com/2014/02/android-textwatcher-example.html) in search textbox and use these methods acc. to your need: 1. afterTextChanged 2. beforeTextChanged 3. onTextChanged