I'm trying to create a class diagram for an android project. I want my classes represent the activities, services and interfaces that I will implement.
There are several questions about it on the web, but I couldn't find a definitive answer.
I know that there aren't specific rules for Android and UML, but I have some doubts.
- How can I represent the relationship between an Activity and a AsyncTask ?
- How can I indicate that an Activity has an intent to another Activity ?
Maybe if someone has an example, will really help.