Linked Questions
17 questions linked to/from When is Singleton appropriate?
1
vote
3
answers
860
views
Should a singleton be used in the following case?
Building an android app that displays a list of of Dog objects in Activity A. When you a tap a Dog in the list, that single dog is accessed by Activity B, Fragment B, and 3 other classes.
After that ...
1
vote
1
answer
498
views
Service/component based application in Java
I have a Java project whose architecture is quite component-oriented, and I am wondering
if this is a common way to organize code
which rules/patterns are used,
if there is a name for this coding ...