Hello everyone!
I am developing an Android application that has different activities. However, there is a header common to these activities, and this header changes just a little bit from one activity to another.
How would you implement this behavior? Would you use a Fragment?
I am going to...