appropriate container to display images one by one
问题 I am new in android development. And I am building a location based app like google map(To some extent,we are reinventing the wheel :( ). Like maps.google.com ,the map data is generated as tiles in server and re-organized in the client. And in the html page,its easy to find the container to hold the tiles. For example,we can create some img element accordingly, and then put these imgs inside a div element. Now in the android,which is the appropriate container to display the images? In fact, I