Why Use Local Images?
Perhaps you want your app to dynamically load data from the internet, but you frequently want to display the same images. Using local images can be a good way to cut down on the amount of bandwidth needed for an application and could improve performance.
Before We Start
If you haven't all ready, please take a look at the previous tutorial, displaying a static web page in android.This tutorial will be building off of that.