my client has told me to give some effect like when we click on button than my over lay should be appeared with slideup effect.if u need example of such slideup effect than here it is:Expedia Hotels in this application slideup effect has been use in button click event i guess.i want to do in native android applicaiton
any help is apperciated
thanks
You might want to read the Animation Guides here: http://developer.android.com/guide/topics/graphics/overview.html
Animations can be assigned to pretty much everything, ViewFlippers and Fragment Transactions mainly.