Greetings, today I will continue with the topic of the sample Meteor app. We will have a look at the rough app structure, and the architecture. On a typical Meteor app the client and the server side have been differentiated from each other. The differences, and which content should be placed…
Weight widget (part 4)
Hi there, Tonight I concentrated on the app GUI and the target was to get valid data parsed from the JSON (that eventually will come from Fitbit API), and to view the weight and the date of the latest measurement on the view labels. The function below is the callback that…
Weight widget (part 2)
Hello, in this second part of my blog posts about the weight widget for Connect IQ I will present the basic app structure and some fundamental methods with the target to reach the basic functionality for obtaining data from Fitbit and presenting it on the watch ui. In the first post I…
Weight widget (part 1)
Hi there, This will be another watch app based blog post; I want to continue with my lately arisen interest in developing apps for Garmin Connect IQ. This time I want to develop a watch widget that fetches data from an external source of data, i.e. the app uses the Fitbit…