コード例 #1
0
  /** 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();
  }
コード例 #2
0
  public void resetView() {

    HttpAction action = new HttpGetTagsAction(this, "Post");
    action.execute();
  }