| | |
| | | package com.weikou.beibeivideo.ui.mine; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | import org.json.JSONObject; |
| | | |
| | | import android.app.Activity; |
| | | import android.content.Context; |
| | | import android.content.Intent; |
| | | import android.content.SharedPreferences; |
| | |
| | | import com.bumptech.glide.RequestManager; |
| | | import com.lcjian.library.util.common.DateUtils; |
| | | import com.lcjian.library.util.common.StringUtils; |
| | | import com.lcjian.library.util.glide.GlideCircleTransform; |
| | | import com.weikou.beibeivideo.BasicTextHttpResponseHandler; |
| | | import com.weikou.beibeivideo.BeibeiVideoAPI; |
| | | import com.weikou.beibeivideo.R; |
| | | import com.weikou.beibeivideo.entity.CommentReply; |
| | | import com.weikou.beibeivideo.ui.media.VideoDetailActivity; |
| | | import com.weikou.beibeivideo.ui.media.VideoDetailActivity2; |
| | | import com.weikou.beibeivideo.util.GlideCircleTransform; |
| | | |
| | | import org.json.JSONObject; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | import de.greenrobot.event.EventBus; |
| | | |
| | |
| | | public void onClick(View arg0) { |
| | | Intent intent = new Intent(arg0.getContext(), VideoDetailActivity2.class); |
| | | intent.putExtra("video_info", mInfo.getComment().getVideo()); |
| | | intent.putExtra("from", "commentMsg"); |
| | | arg0.getContext().startActivity(intent); |
| | | } |
| | | }); |