Add a context Menu to File Browser
I recently installed a Real Player on my Android. If I long press on any image on the file browser. I get Context Menu of either opening the image in a Gallery or a Real Player image viewer.
Can somebody provide me a pointer on how to achieve this functionality of 开发者_如何学编程showing the additional context menu of File selection.
thanks
You should read up on Android's dev guide for creating a context menu. Its a great starting point for becoming familiar with how to code them.
精彩评论