显示获取的数据不完整

正在回答

登陆购买课程后可参与讨论,去登陆

2回答

嗯,应该是数据太长,没有完全的显示出来,添加滚动条就可以了。而你的数据没有显示全,应该还是UI的问题。你可以试一下,在后台显示一下你获取到的日志,这应该是全的。

http://img1.sycdn.imooc.com//climg/5c8f4e7c0001e1ee04630565.jpg
例如外面是一个线性布局,你的滚动条要放在第二个按钮的下面。祝:学习愉快

  • 洞房花烛夜 提问者 #1
    加了 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="16dp" android:orientation="vertical"> <Button android:id="@+id/getButton" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="获取数据" android:layout_gravity="center_horizontal"/> <Button android:id="@+id/parseDataButton" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="解析数据" android:layout_gravity="center_horizontal"/> <ScrollView android:layout_width="match_parent" android:layout_height="wrap_content"> <TextView android:id="@+id/textView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="18sp" android:layout_gravity="center" android:text="结果"/> </ScrollView> </LinearLayout> 加了之后,前面几条数据不见了,从第四条开始
    2019-03-18 16:12:40
  • 好帮手慕雪 回复 提问者 洞房花烛夜 #2
    在后台显示一下你获取到的日志,看一下全不全
    2019-03-18 16:28:12
  • 洞房花烛夜 提问者 回复 好帮手慕雪 #3
    全啊,我都没改代码,就是下载的源码。
    2019-03-18 16:41:44
提问者 洞房花烛夜 2019-03-18 15:14:23

加了个Scrollview就从id=4开始显示了

问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
Android网络操作与数据存储2018版
  • 参与学习           人
  • 提交作业       307    份
  • 解答问题       1613    个

本专题是联网及数据处理的必备技能。课程从网络基础知识到线程间协同工作、异步下载处理。介绍了Android内外部文件存储、轻量级数据库SQLite的使用。利用屏幕适配、状态保持、百度地图解决实际问题。

了解课程
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师