i asked so many question regarding my title but i could not get my proper answer till yet.I need to implement androd\'s menu feature in my application ie when we goes to gal
To implement a "Share" feature, all you need to do is use createChooser() and an ACTION_SEND Intent.
createChooser()
ACTION_SEND
Intent
Here is a blog post covering the technique.