Hello,
Just noticed a minor issue in the code regarding google glass battery level retrieval (chapter 11).
In the class StatsUtil it's returned (int)level * 100 which will result in 0 every single time. The cast should affect the entire operation: (int)(level * 100).
Best Regards
Hello,
Just noticed a minor issue in the code regarding google glass battery level retrieval (chapter 11).
In the class StatsUtil it's returned (int)level * 100 which will result in 0 every single time. The cast should affect the entire operation: (int)(level * 100).
Best Regards