The Relationship Between Activities and View Objects - Android
        Posted  
        
            by Greenhouse Gases
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Greenhouse Gases
        
        
        
        Published on 2010-06-10T17:12:11Z
        Indexed on 
            2010/06/10
            17:12 UTC
        
        
        Read the original article
        Hit count: 226
        
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
© Stack Overflow or respective owner