Android Performance Question : Many small apps or one big app?
Posted
by kunjaan
on Stack Overflow
See other posts from Stack Overflow
or by kunjaan
Published on 2010-06-03T01:11:36Z
Indexed on
2010/06/03
1:14 UTC
Read the original article
Hit count: 297
android
|Performance
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?
© Stack Overflow or respective owner