I need to know exactly how big the screen is on the device in real units of length so I can calculate the acceleration due to gravity in pixels per millisecond.
Is there a method somewhere in the Android API for this?
|
I need to know exactly how big the screen is on the device in real units of length so I can calculate the acceleration due to gravity in pixels per millisecond. Is there a method somewhere in the Android API for this? |
||||
|
|
|
Use the following:
|
|||||||||||||||
|
|
android developers screen info. use |
|||||
|
|
You need to use the screen density to calculate this.
According to the documentation:
|
|||||
|