2

I am working with google fit . I have activities int value, I want to get the name of the activity from int value.

Rakki s
  • 1,426
  • 1
  • 18
  • 42

1 Answers1

2

We can done with following method of Fittness activity

FitnessActivities.getName(activitycode);

Reference

Rakki s
  • 1,426
  • 1
  • 18
  • 42