评论列表
- 使用AS的View查看器截的图,所以略显丑陋
- Gradle
compile 'com.jumy.commentList:commentListView:1.0.0'
- 实现BaseComment接口的以下方法即可快速实现评论列表
String get2ReplyUserRealName();
String get2ReplyUserId();
String getCreatorName();
String getCreatorId();
String getComment();
String getOriginCommentId();
String getCommentId();
-
调用CommentListView的setData方法
-
如有不明白,请看Demo