/** Create the instance. */ public void create(View view) { ForumPostConfig config = new ForumPostConfig(); saveProperties(config); config.forum = MainActivity.instance.id; HttpAction action = new HttpCreateForumPostAction(this, config); action.execute(); }
public void resetView() { HttpAction action = new HttpGetTagsAction(this, "Post"); action.execute(); }