0 votes
68 views
in android by (0 points)
closed by
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.
closed

1 Answer

0 votes
by (0 points)
 
Best answer
c

2.8k questions

2.8k answers

0 comments

76 users

Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...