I have an app that has three tabs. They all do specific things. I need to add an about page to specify some of the free tools used in the app. Where do you add an about page for the app in Android? Is there a convention?
Couple thoughts are
- I could add a new tab but I intend to add another tab or two to the app, so may be not a good idea.
- Could add as a menu item, but not sure which tab’s menu items should the about page be… coz like I said, each tab handles a specific task in the app.
I just put it in one tab that uses the free tools. I agree with the other answers, doesn’t seem to be a size fits all scenario available here.