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
Post a Comment