Skip to main content

UML Class Diagram for Android



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




Comments

  1. There's an interesting paper by Frank Kraemer on using UML activities to model Android applications, including starting activities via intents.

    ReplyDelete
  2. think this is one-way association betwwen activities. Because there is no other way to start activity.

    ReplyDelete

Post a Comment