Possible Duplicate:
MVC pattern in Android?
I would like to know if Android follows a MVC architecture. I am currently flowing an MVC model to build an application. The application simply will allow to send sms as emails to a server and then based on the sms send server will reponse accordingly. please suggest me how should i approach.
My current approach is activities are separated and model are separated too. But i am having problem accessing the data's in the activity from the model classes. As normally in developing web content i follow this approach. Without much reading android i started with this approach. So please suggest me if my approach is wrong.