1.0.3 • Published 8 years ago

pebble-activity-indicator-layer v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

pebble-activity-indicator-layer

A "material design"-style activity indicator for Pebble.

npm.io

Installation

pebble package install pebble-activity-indicator-layer

You must be using a new-style project; install the latest pebble tool and SDK and run pebble convert-project on your app if you aren't.

Usage

Here is a basic example of how to use the ActivityIndicatorLayer in your app. For a more detailed example, check out the demo app.

static ActivityIndicatorLayer *s_activity_indicator_layer;

...

s_activity_indicator_layer = activity_indicator_layer_create(frame);
activity_indicator_layer_set_animating(s_activity_indicator_layer, true);
layer_add_child(window_layer, (Layer *)s_activity_indicator_layer);
1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago