网络获取数据
文章平均质量分 79
就叫金子吧
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
xutils获取数据
效果如下:需要导入xutils和imagerload包compile 'org.xutils:xutils:3.5.0'compile 'com.google.code.gson:gson:2.8.1'compile'com.nostra13.universalimageloader:universal-image-loader:1.9.5'原创 2017-07-25 11:31:35 · 2747 阅读 · 0 评论 -
XlistView+Xutils+PhotoView
首先是main_activityxml version="1.0" encoding="utf-8"?>RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout原创 2017-07-27 19:52:01 · 1165 阅读 · 0 评论 -
xutils解析网络数据
首选需要导入的是Xutils和Gosn包compile 'com.google.code.gson:gson:2.8.0'compile 'org.xutils:xutils:3.5.0'还有就是权限,因为我们需要从网上获取数据,所以一定不要忘了INTERNET。uses-permission android:name="android.permissio原创 2017-07-28 09:45:36 · 604 阅读 · 0 评论
分享