[android-developers] Activity Vs View

2009-09-11 Thread Gopal Biyani
Hello Guys, I have confusions over View and Activity which one we should use. In my application there are lots of different screens with lots of different functionalities. In some of the screen they share common task bar and in another screen they have different task bar and nothing in common. At

[android-developers] Activity Vs View

2009-09-11 Thread Jason Proctor
for me the activity granularity is where functionality can be broken down to discrete tasks. is this piece of the program standalone? does it have defined inputs and outputs that could be used by other activities? etc. Generally speaking, it's better to design for simplicity and