com.main.campustream
Class TabView

java.lang.Object
  extended by TabActivity
      extended by com.main.campustream.TabView

public class TabView
extends TabActivity

Author:
Bryan Crabtree

Constructor Summary
TabView()
           
 
Method Summary
 void onCreate(Bundle savedInstanceState)
           
 boolean onCreateOptionsMenu(Menu menu)
           
 boolean onOptionsItemSelected(MenuItem item)
           
static java.io.InputStream OpenHttpConnection(java.lang.String urlString)
          Opens an HTTP connection at the specified URL.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabView

public TabView()
Method Detail

onCreate

public void onCreate(Bundle savedInstanceState)

onCreateOptionsMenu

public boolean onCreateOptionsMenu(Menu menu)

onOptionsItemSelected

public boolean onOptionsItemSelected(MenuItem item)

OpenHttpConnection

public static java.io.InputStream OpenHttpConnection(java.lang.String urlString)
                                              throws java.io.IOException
Opens an HTTP connection at the specified URL.

Parameters:
urlString -
Returns:
Throws:
java.io.IOException