zKalev
zKalev

Reputation: 31

database provides mobile device width,heigth and resolution

I am looking for database that provides mobile device width,height,resolution and pixel aspect ratio based on device maker and device model using java

Upvotes: 0

Views: 254

Answers (2)

Chris Bell
Chris Bell

Reputation: 593

The big players are Device Atlas and WURFL.

Both have APIs that you'll be able to use with Java. However, be warned they aren't free.

Upvotes: 0

DOK
DOK

Reputation: 32851

51degrees.mobi offers Java support. You can interrogate the device properties with it.

Upvotes: 0

Related Questions