I want to show users recent Google Fit values like Height , weight , steps etc.
I can easily retrieve values from some defined time range like Yesterday(date) to Today(date) . By setting date in StartTime and EndTime .
And I got related question here on StackOverflow Read the height in GoogleFit in Android
They are using something like "PresentationOfGoogleFit(June,25,2014)" , In place of Start Time . But I am not able to use that .