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 bundle开发者_如何学编程d in an Android application.
There is IMO no such limit, typical application would have < 10 activities (screens). Do you plan something that would be highly above this number?
精彩评论