Sunday, January 15, 2012

UML Class Diagram for Android


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


2 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