I want to know, If Android Supports MVC (Model View Controller) structure ? If support then
1. What is Controller ?
2.What is Model ? and
3. What is View ?
Please clear me. I have some confusion about this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Which design patterns are used on Android?
So, Pseudo MVC in android :
Model = Entities or Classes with main Business Logic
View = layout, resources and widgets like
EditTextController =
Activity,Adaptor