Skip to content

yygutn/CommentList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

评论列表

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages