Skip to content

Instantly share code, notes, and snippets.

View bpetetot's full-sized avatar

Benjamin Petetot bpetetot

View GitHub Profile
@blundell
blundell / WatchFaceLifecycle-ExampleActivity.java
Last active August 29, 2015 14:03
Unofficial Base WatchFace Listener
public class ExampleActivity extends Activity implements WatchFaceLifecycle.Listener {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_my_layout);
WatchFaceLifecycle.attach(this, savedInstanceState, this);
}
@Override
@phansch
phansch / yardoc_cheatsheet.md
Last active December 24, 2025 15:48 — forked from chetan/yardoc_cheatsheet.md
Improved YARD cheatsheet