AndroidLookup  0.02
 All Classes Namespaces Files Functions Variables Pages
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
oCcom.jburto2.androidlookup.BuildConfig
oCcom.jburto2.androidlookup.R
oCcom.jburto2.androidlookup.TableLayoutUtilsA series of static methods that create widgets for a table layout
oCActivity
|oCcom.jburto2.androidlookup.DisplayInfoActivityThis class controls activities that displays the information page
|oCcom.jburto2.androidlookup.DisplayLookupActivityThis class controls activities that displays the results from the lookup
|oCcom.jburto2.androidlookup.DisplayWhoisActivityThis class sets up the activity that displays the whois info
|\Ccom.jburto2.androidlookup.MainActivityThis class implements functionality for the main activity in Android Lookup. Start here
\CAsyncTask
 \Ccom.jburto2.androidlookup.LookupTaskThis class is an AsyncTask that looks up something. The lookup functionality classes inherit from this. Adapted from http://stackoverflow.com/questions/6343166/android-os-networkonmainthreadexception
  oCcom.jburto2.androidlookup.LookupAddressTaskThis class is an LookupTask that looks up all IP addresses for a if given a hostname
  oCcom.jburto2.androidlookup.LookupCNAMETaskThis class is an LookupTask that uses java.net.InetAddress to looks up the Canonical Name of a host
  oCcom.jburto2.androidlookup.LookupPingTaskThis class is an LookupTask that uses java.net.InetAddress to see if a host is rechable or not
  \Ccom.jburto2.androidlookup.LookupWhoisTaskThis class is an LookupTask that looks up a hostname given an IP address and an IP address if given a hostname. Adapted from http://stackoverflow.com/questions/6343166/android-os-networkonmainthreadexception