yygutn / CommentList

评论列表

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CommentList

评论列表

效果图

  • 使用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

About

评论列表


Languages

Language:Java 100.0%