Questions tagged [withings]

Withings is a company that makes hardware and software to track body metrics and health statistics. The Withings API allows developers to access a user’s stored data.

API Documentation and access registration is located at the Withings Developer Center.

47 questions
-1
votes
2 answers

Use another class data on an activity

I have a record class that stored some data got from API calls. Here is my Record class. public class Record { private int id; private int measure_id; private double weight; private double bmi; private int diastolic; private int systolic; private…
-2
votes
2 answers

Not able to convert string to json

i am getting measurements from withings and want to show them in graphs but not able to convert it to json. i also try JsonConvert.SerializeObject(myString) using Newtonsoft.dlland simple System.Web.Script.Serialization.JavaScriptSerializer sr = new…
Aqib Shehzad
  • 79
  • 1
  • 8
1 2 3
4