MVC architecture in Android -


possible duplicate:
mvc pattern in android?

i want follow mvc architecture in android.

how can achieve ?

thanks.

mvc implemented in android

  • you define user interface in various xml files resolution/hardware etc.
  • you define resources in various xml files locale etc.
  • you extend classes listactivity, tabactivity , make use of xml file inflaters
  • you can create many classes wish model
  • a lot of utils have been written you. databaseutils, html, etc.

copied from: mvc pattern on android

see example here


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -