What is _not_ a good way to reuse Android code?
a. Use a common Gradle module shared by different Android projects.
b. Prefer to build custom views or fragments over activities.
c. Prefer to build activities instead of fragments.
d. Break down UI layouts into common elements and use <include/> to include them in other layout XML files.