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…
App with Meteor: fundamentals (with the example app Weight Watch)
Hi there, It’s again time for another app; this time on the JavaScript app development platform Meteor. Since I don’t want to trash the experiences gathered when implementing WeightWatch App for ConnectIQ, I decided to implement a similar app running in a web browser, with a responsive GUI, and fancy…
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…