I have been taking a look over stackoverflow but I did\'t find a definition about what is \"createChooser\" and why I can use and in whick kind of situations is good to use it.<
This method is used when you want to create a Custom Action using an Intent... Just like what android provides ACTION_VIEW
etc... but here when there are multiple choices to perform an an Action this chooser will bring up a dialog which will have all available options and let the user select one... here is an example