On my mobile phone (Android version 5.1.1), when I go into Settings and then pick Apps, I get a list of all the apps installed in my phone. At the same time, the title bar changes from "Settings" to "<- Apps" - that is to say, the title text (which had been at the left edge) slides to the right to make room for a left-pointing arrow that will take me back to the Settings page. This means the "back to the previous page" functionality is now in two places - the left-pointing arrow in the title bar, and the back button that is always there at the bottom of the screen.
This is different from gmail/inbox, where the title bar starts out with the hamburger menu and the title text "Inbox" (or "Primary"), and if I ask to see my Sent items, the hamburger menu remains, the title text changes, and the only way to go back to the original screen is to hit the back button at the bottom of the screen.
And that is different from tripadvisor, which starts out with a graphical title bar, and when you pick a function the title bar changes to text with the left-arrow back button.
And that is different from the Contacts app, where the title bar starts out saying "Contacts", and when you pick a contact the entire screen becomes information on the selected contact (the title bar completely disappears), and the only way to return to the main screen is the back button at the bottom of the screen.
Question 1: Am I correct in assuming that navigation on Android is kind of a "whatever you feel like" kind of situation? Or is there a suggested/preferred way to do navigation, but a lot of app developers ignore it? Or has the suggested/preferred way to do navigation changed through the various Android versions?
Question 2: I'm starting a brand new Android app, doing everything with fragments that I dynamically swap in and out, is there one style of back button that works "best" with the fragment architecture?