Switch between views in Android
- by ZelluX
Hi, all
I'm writing an Android application with multiple Tabs. The content of each tabs is determined by XMLs on the Internet, and it could be WebView for HTML rendering, GridView for photo displaying, etc.
I'm going to delay downloading of those XML until the tab is clicked. Upon clicking the application will download corresponding XML from the…