Hi all,
Has anyone experienced the following:
1. There is no history for the activity tracker in the simulator. Very frustrating as you have to deploy to actual device to test every small change. Am I doing something wrong?
2. When you get the history (Act.getHistory()), an array of 7 History objects is returned. One of the fields (startOfDay) gives you a Moment object. I take this moment object and convert this to a Calendar info object (var info = Calendar.info(aHist.startOfDay, Time.FORMAT_LONG);). Now for my real question...
When I get info.day, the value is correct. But when I use info.day_of_week, I get the wrong day corresponding to the value returned from info.day. Any ideas?
Thanks