\r\n

51Degrees Device Detection Java  4.4

Device detection services for 51Degrees Pipeline
  • fiftyone
  • devicedetection
  • examples
  • console
  • comparison

Package fiftyone.devicedetection.examples.console.comparison

Detailed Description

This package provides a framework for comparing vendor solutions.

To add a vendor implement the interfaces in fiftyone.devicedetection.examples.console.comparison.Detection and provide to fiftyone.devicedetection.examples.console.comparison.Comparer to be compared.

Concrete implementation for 51degrees and BrowsCap are provided. Skeleton implementation of Device Atlas and Scientia Mobile are provided - uncomment the code which is sketched there which has not been tested as we do not have access to those vendors libraries.

Only minimal (speed) reporting is provided here. You can add to this to report accuracy and so on. See fiftyone.devicedetection.examples.console.comparison.Reporting

Classes

class  Comparer
Unlike other examples, use of this example requires a 51Degrees Enterprise data file, which can be obtained on a trial basis or purchased from our pricing page here. More...
class  ComparerTest
interface  Detection
Abstraction containing interfaces nad classes that allow comparison between different device detection vendors. More...
class  DetectionImplBrowsCap
class  DetectionImplDeviceAtlas
Uncomment the following code blocks to test with DeviceAtlas. More...
class  DetectionImplFiftyOneDegrees
Implementation of Detection for 51Degrees. More...
class  DetectionImplScientiaMobile
Uncomment the following code blocks to test with WURFL. More...
interface  Reporting
Interface proves ability to compare outcomes of detection. More...
On This Page