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 applications
as described the "Use and be used"
tip.
Is this true? What is the thumb rule for the size of app?