AndroidLookup  0.02
 All Classes Namespaces Files Functions Variables Pages
Classes
Package com.jburto2.androidlookup

Classes

class  BuildConfig
 
class  R
 
class  DisplayInfoActivity
 This class controls activities that displays the information page. More...
 
class  DisplayLookupActivity
 This class controls activities that displays the results from the lookup. More...
 
class  DisplayWhoisActivity
 This class sets up the activity that displays the whois info. More...
 
class  LookupAddressTask
 This class is an LookupTask that looks up all IP addresses for a if given a hostname. More...
 
class  LookupCNAMETask
 This class is an LookupTask that uses java.net.InetAddress to looks up the Canonical Name of a host. More...
 
class  LookupPingTask
 This class is an LookupTask that uses java.net.InetAddress to see if a host is rechable or not. More...
 
class  LookupTask
 This 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. More...
 
class  LookupWhoisTask
 This 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. More...
 
class  MainActivity
 This class implements functionality for the main activity in Android Lookup. Start here. More...
 
class  TableLayoutUtils
 A series of static methods that create widgets for a table layout. More...
 

Detailed Description

Automatically generated file. DO NOT MODIFY