I finished my app in Android and now I have to write about the architecture model in Android.
Does the Android architecture resemble or fit with any of the well known architectures such as like MVC or n-tier? And if yes which are the Android components that fit those models?
Or is Android something different having it's own different architecture, including:
- Activities,
- Services,
- Content Providers and,
- Broadcast Receivers?