| Author |
Which standards/models are applicable to Android?
|
James Elsey
Ranch Hand
Joined: Dec 21, 2007
Posts: 228
|
|
Hi Jeff,
Coming from a Java web application background, I'm familiar with the MVC approach to application structure. Its nice and tidy, and generally easy to manage
Are there any similar models for Android? So far all my sample Android applications have been a bunch of classes all bundled into a single package, I can see this getting messy as the application grows
Do you recommend any structuring to separating classes, and organising the class heirarchy?
Something like :
com.mydomain.activities
com.mydomain.domainclasses
com.mydomain.utils
etc
Any suggestions?
|
Kind Regards, James. OCPJP 1.6 || My SCJP / OCJCP Study Notes
Interested in : SCJP, Google App Engine, Stripes, Android;|| My Bite-Size SCJP Study Blog
|
 |
Jeff Friesen
author
Ranch Hand
Joined: Sep 19, 2010
Posts: 41
|
|
Hi James,
I think that using packages for organizational purposes is the way to go. I'm going to refer you to Mihai Preda's Android package name blog post, which has alot of useful and interesting material on Java packages and the Android package (the apk file).
All the best.
Jeff
|
http://javajeff.mb.ca
|
 |
 |
|
|
subject: Which standards/models are applicable to Android?
|
|
|