The Relationship Between Activities and View Objects - Android
- by Greenhouse Gases
I am attempting to learn how to develop on the Android platform but do not quite understand the relationship between Activities and Views, because according to the documentation an Activity is link to a UI object that the user can interact with, but if this is the case where does the whole idea of Views come in?
There is probably a very basic explanation but I would appreciate a few pointers all the same. Thanks