Android Performance Question : Many small apps or one big app?
- by kunjaan
I read this quote in one of the webpages:
If you are writing a large
application, consider dividing it into
a suite of applications and services.
Smaller applications load faster and
use fewer resources. Making a suite of
applications, content providers, and
services makes your code more open to
incorporation into other…