In a UML class diagram, how would you display calling another activity with an intent?
Asked
Active
Viewed 5,650 times
4
-
For those interested in UML class diagrams for Android code in general, see this question: http://stackoverflow.com/questions/9340905/android-creating-uml-from-android-java-source-code – Christian Sep 27 '12 at 13:22
2 Answers
5
There's an interesting paper titled Engineering Android Applications Based on UML Activities by Frank Kraemer on using UML activities to model Android applications, including starting activities via intents.
0
think this is one-way association betwwen activities. Because there is no other way to start activity.

Roman Black
- 3,501
- 1
- 22
- 31