I have a project / app developed in Android 2.2. The same runs without any problem, but as the current devices are abolishing the menu button or in some cases use virtual buttons, it becomes "poor" if it is installed on some devices that do not have the button. I would like to know how I can implement an ActionBar / ToolBar for this project / app in the simplest way possible, ie I do not want to have to make big changes to the code.
Thank you all and I look forward to any help.
Ps: My application already exists, so I do not know how to include such a "feature" in it.