0

Is it considered good practice to use the same options menu in multiple activities?

For example:

You have a number of "edit object" activities, with each activity accommodating a different object. The options menu in "edit object" activities would allow the user to save, discard (if the user is adding a new item) or delete (if editing) an object.

Kai
  • 38,985
  • 14
  • 88
  • 103
Anna Lam
  • 777
  • 2
  • 11
  • 28

1 Answers1

1

If you have same menu for every object use it. There is not reason to have x same files if you don't need it. And when you want change something it's easier in one file like in many files.

Martin Vandzura
  • 3,047
  • 1
  • 31
  • 63