3

I am developing a glassware, which shows you cards (images + text) from a list. To see all the Cards one by one you just need to move you head around and the information got changed. The application is some where similar to the What's Around glassware.

I have implemented SensorManager to get the users current orientation, And based on it current direction the application decides which card to show.

here all the images are coming from the web server so each time when card is selected there is a network call for the images (Caching Bitmaps is implemented).

Now, What my problem is, when I start and use the application the glass got Heat-Up so quickly in less than 1 min.

Could any one please suggest me any thing to fix this issue.

Note : google glass os version : XE22

  • 2
    Try to lower the `rate` parameter of your SensorManager, using `SENSOR_DELAY_NORMAL` for instance. http://developer.android.com/reference/android/hardware/SensorManager.html#SENSOR_DELAY_NORMAL – Simon Marquis Feb 26 '15 at 19:46
  • well I have tried the app with the SENSOR_DELAY_NORMAL rate parameter but it is not making any big difference although it is degrading the UI experience of the app. – Abhijit Srivastava Mar 07 '15 at 08:14
  • i agree with you abhijit (daya). – Shankar Prasad Mar 11 '15 at 12:28

0 Answers0