4

In a UML class diagram, how would you display calling another activity with an intent?

Christian
  • 13,285
  • 2
  • 32
  • 49
A_Porcupine
  • 1,008
  • 2
  • 13
  • 23
  • 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 Answers2

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.

brnt
  • 93
  • 1
  • 5
Ted Hopp
  • 232,168
  • 48
  • 399
  • 521
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