{
Category category = new Category(constants.categoryOther());
catList.add(category);
category.addExample(new CwAnimation(constants),
RunAsyncCode.runAsyncCode(CwAnimation.class));
category.addExample(new CwCookies(constants),
RunAsyncCode.runAsyncCode(CwCookies.class));
}
}