2

Is there any design guideline on the number of Activities an application could have? If there is a limit, what would be the ideal number of Activities that can be bundled in an Android application.

Ragunath Jawahar
  • 19,513
  • 22
  • 110
  • 155

1 Answers1

3

There is IMO no such limit, typical application would have < 10 activities (screens). Do you plan something that would be highly above this number?

krtek
  • 1,055
  • 1
  • 13
  • 28
  • Nope, I don't. I saw Romain Guy's video on UI design. In which he specified that he is angered by developers who use SO MANY activities writing applications in the Android market. That's y I asked this question. Thank u @krtek. – Ragunath Jawahar Aug 31 '10 at 11:12
  • 1
    @krtek : Some applications require far more than 10 activities. – Ashwin May 17 '12 at 06:40
  • 1
    @Ashwin you're right, indeed. My point was, that you don't have to worry about some *Activity limit*. – krtek May 27 '12 at 15:35