提示:json文件只是个数据源,题目的意思是解析json文件得到数据源,然后把数据源用listview展示出来
文章目录
前言
提示:这里可以添加本文要记录的大概内容:
例如:随着人工智能的不断发展,机器学习这门技术也越来越重要,很多人都开启了学习机器学习,本文就介绍了机器学习的基础内容。
提示:以下是本篇文章正文内容,下面案例可供参考
一、引入json文件
如果出现这种说编码出错的问题,
就ok了
二、编写xml页面
1.正常写 包含俩按钮 一个TextView
代码如下(示例):
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<Button
android:id="@+id/one_file"
android:text="解析文件1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textS