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

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?