Roman Nurik's Wizard pager - how to access collected data?

前端 未结 5 1157
既然无缘
既然无缘 2021-02-09 06:56

I am trying to make a wizard using Roman Nurik\'s library (https://plus.google.com/113735310430199015092/posts/6cVymZvn3f4).

I am having trouble accessing the collected

5条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-09 07:07

    The best solution is to include this library in your project as module, and implement your own method for getting review items in ReviewFragment.

    public List getReviewItems() {
        return mCurrentReviewItems;
    }
    

    I am not sure why developer did not add that. It's the most important thing in project. Choose items and DO something with them.

提交回复
热议问题