I'd like developer an Android app in JAVA.
But not quite familiar with design mode.
This this situation, I want to define a class and unique instance Group. And a serious functions, such as setName, createGroup
Well, should I create a GroupManager class and move the setName, createGroup functions to this class, and manager the unique Group instance via GroupManager?
Any answer will be appreciated.