Skip to content

Instantly share code, notes, and snippets.

@Munken
Created January 12, 2014 14:05
Show Gist options
  • Save Munken/8384940 to your computer and use it in GitHub Desktop.
Save Munken/8384940 to your computer and use it in GitHub Desktop.
Pull
@Override
protected void beforeMain(Form f) {
findExamTab(f).setScrollableY(true);
findExamTab(f).addPullToRefresh(new Runnable() {
@Override
public void run() {
resMgr.update();
model.addItem(new CourseResultImpl("Hest", "", "12", "B", "5"));
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment