I am working with google fit . I have activities int value, I want to get the name of the activity from int value.
We can done with following method of Fittness activity
FitnessActivities.getName(activitycode);
Reference