I need to discover the multiplicity and the relation between the following.
Class 1 does functions and sets object1 into class 3.
Class 1 then puts th object into an Intent when it calls class 2. The object in the Intent gets the object from class 3.
When class 2 activity starts it gets the object 1 from the Intent. Class 2 then does functions and sets the object1 back into class 3.
On loading the activity of class 1 it always gets the object1 from the onCreate.
Does anyone know how I can use this in a class diagram and discover multiplicity and show the relationship.
Thanks
You can manually code what you need then just reverse engineer your code in order to get a class diagram. Multiplicity will automatically be detected from your code.