Fork me
BeyondAR
Augmented Reality Framework for Android
 All Classes Functions Variables
com.beyondar.android.util.CompatibilityUtils Class Reference

Static Public Member Functions

static int getSdkVersion ()
 Get the current Android API level.
 
static boolean isFroyo ()
 Determine if the device is running API level 8 or higher.
 
static boolean isHoneycomb ()
 Determine if the device is running API level 11 or higher.
 
static boolean isTablet (Context context)
 Determine if the device is a tablet (i.e. More...
 
static boolean isHoneycombTablet (Context context)
 Determine if the device is a HoneyComb tablet. More...
 
static boolean is7InchTablet (Context context)
 Determine if the device is a 7 tablet. More...
 

Member Function Documentation

static boolean com.beyondar.android.util.CompatibilityUtils.is7InchTablet ( Context  context)
static

Determine if the device is a 7 tablet.

Parameters
context
Returns
true if it is >= 6.5 and < 7.6
static boolean com.beyondar.android.util.CompatibilityUtils.isHoneycombTablet ( Context  context)
static

Determine if the device is a HoneyComb tablet.

Parameters
contextThe calling context.

Here is the call graph for this function:

static boolean com.beyondar.android.util.CompatibilityUtils.isTablet ( Context  context)
static

Determine if the device is a tablet (i.e.

it has a large screen).

Parameters
contextThe calling context.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: