void onItemClick(int index, News obj) { MyToast.show("News " + index.toString() + "clicked", context, duration: MyToast.LENGTH_SHORT); }