[android-developers] Best Pratice

2012-07-23 Thread Re JMD
Guys, What best pratice for developer android app? I don't say about kind app, but about kind architetural of app, as MVC, DAO, developer process, organization of class of model, business or persistence. How is the integration with the best pratice on Java? Tank you!! -- You received this

Re: [android-developers] Best Pratice

2012-07-23 Thread James Black
You may want to look at the different types of apps, for example remote service, content provider and actuvity-based and others and you may see that dao works best with content providers and mvc with activities. These devices have less power and ram, so don't make it too complicated just to force