Ejemplo n.º 1
0
  @Override
  public void onStart() {
    super.onStart();
    mContentList = new ArrayList<>();

    mCheckedList = MonitorChoice.getInstance().getCheckedList();
    mInfoFactory = InfoFactory.getInstance();
    mInfoFactory.init(mContext);
  }