摘要: 一、效果 二、设计思路 1、通过点击新闻列表跳转到新闻详情界面是使用,intent,携带这条新闻的一些必要参数(eg:url)。 2、使用jsoup解析html,获取新闻的图片和正文信息。 3、使用一个listView来展示用户的评论。(评论区、输入框都可以实现,显示/隐藏的切换) 参考:https 阅读全文
posted @ 2020-04-12 14:18 程序那点事 阅读(805) 评论(0) 推荐(1)
摘要: 一、数据源介绍:https://www.jianshu.com/p/c54e25349b77 1、api 网易: https://3g.163.com 新闻:/touch/reconstruct/article/list/BBM54PGAwangning/0-10.html 娱乐:/touch/re 阅读全文
posted @ 2020-04-12 10:23 程序那点事 阅读(1152) 评论(0) 推荐(1)