UML chart suggestion

I need to draw a chart, but I'm not sure which chart is right for my application.

This is a mobile application that contains:

  • Splash (like a welcoming scree)
  • Main menu screen (which contains)
    • Gallery
    • Settings
    • Map
    • Help

The gallery contains all the images / photos that are stored on the device.

Can anyone suggest which UML is suitable for this application? Is a usage pattern used? or sequence diagram?

Thanks in advance.

+3
source share
2 answers

In my opinion, you should clearly understand what you are trying to achieve before creating documentation, otherwise you can get a bunch of useless charts and diagrams.

, .

, .

, . .

0

, / , usecase, sequence, statechart.Heres link , http://www.tutorialspoint.com/uml/uml_activity_diagram.htm

+1

All Articles