How to do a WebView AND ListView in the same Activity onCreate()?

public class hello extends Activity, ListActivity { WebView main_webv; ListView main_listv; public static final int REFRESHLIST_ID = Menu.FIRST; private Handler mHandler = new Ha...