我目前正在开发一个物理应用程序,它应该显示一个公式列表,甚至解决其中的一些(唯一的问题是ListView
)
"这是我的主布局“
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:measureWithLargestChild="false"
android:orientation="vertical"
tools:context=".CatList">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/titlebar">
<TextView
android:id="@+id/Title1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:text="@string/app_name"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textColor="#ff1c00"
android:textIsSelectable="false" />
</RelativeLayout>
<ListView
android:id="@+id/listFormulas"
android:layout_width="match_parent"
android:layout_height="wrap_content">
</ListView>
</LinearLayout>
"这是我的主要活动"
package com.wildsushii.quickphysics;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.HashMap;
import org.json.JSONException;
import org.json.JSONObject;
import android.os.Bundle;
import android.app.Activity;
import android.content.Context;
import android.content.res.AssetManager;
import android.view.Menu;
import android.widget.ListView;
public class CatList extends Activity {
public static String AssetJSONFile(String filename, Context context) throws IOException {
AssetManager manager = context.getAssets();
InputStream file = manager.open(filename);
byte[] formArray = new byte[file.available()];
file.read(formArray);
file.close();
return new String(formArray);
}
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_cat_list);
ListView categoriesL = (ListView) findViewById(R.id.listFormulas);
ArrayList<HashMap<String, String>> formList = new ArrayList<HashMap<String, String>>();
Context context = null;
try {
String jsonLocation = AssetJSONFile("formules.json", context);
JSONObject formArray = (new JSONObject()).getJSONObject("formules");
String formule = formArray.getString("formule");
String url = formArray.getString("url");
} catch (IOException e) {
e.printStackTrace();
} catch (JSONException e) {
e.printStackTrace();
}
//My problem is here!!
}
@Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
getMenuInflater().inflate(R.menu.cat_list, menu);
return true;
}
}
实际上,我知道我可以不使用JSON来实现这一点,但我需要更多的JSON解析练习。
{
"formules": [
{
"formule": "Linear Motion",
"url": "qp1"
},
{
"formule": "Constant Acceleration Motion",
"url": "qp2"
},
{
"formule": "Projectile Motion",
"url": "qp3"
},
{
"formule": "Force",
"url": "qp4"
},
{
"formule": "Work, Power, Energy",
"url": "qp5"
},
{
"formule": "Rotary Motion",
"url": "qp6"
},
{
"formule": "Harmonic Motion",
"url": "qp7"
},
{
"formule": "Gravity",
"url": "qp8"
},
{
"formule": "Lateral and Longitudinal Waves",
"url": "qp9"
},
{
"formule": "Sound Waves",
"url": "qp10"
},
{
"formule": "Electrostatics",
"url": "qp11"
},
{
"formule": "Direct Current",
"url": "qp12"
},
{
"formule": "Magnetic Field",
"url": "qp13"
},
{
"formule": "Alternating Current",
"url": "qp14"
},
{
"formule": "Thermodynamics",
"url": "qp15"
},
{
"formule": "Hydrogen Atom",
"url": "qp16"
},
{
"formule": "Optics",
"url": "qp17"
},
{
"formule": "Modern Physics",
"url": "qp18"
},
{
"formule": "Hydrostatics",
"url": "qp19"
},
{
"formule": "Astronomy",
"url": "qp20"
}
]
}
我已经尝试了很多东西,甚至删除整个项目,使一个新的:(
9条答案
按热度按时间6kkfgxo01#
正如Faizan在他们的回答中所描述的:
首先,使用下面的代码从assests文件中读取Json文件。
然后您可以简单地将该函数返回字符串读为
使用这种方法
有关JSON Read HERE的更多详细信息
axzmvihb2#
用Kotlin有这个扩展函数来读取文件,返回为字符串。
fun AssetManager.readAssetsFile(fileName : String): String = open(fileName).bufferedReader().use{it.readText()}
使用任何JSON解析器解析输出字符串。
weylhg0b3#
你在做什么
因此更改为
若要剖析
我相信你从assests文件夹中得到了这个字符串。
f87krz0w4#
只是用一个对我有用的例子来总结@libing的回答。
private fun AssetManager.readAssetsFile(fileName : String): String = open(fileName).bufferedReader().use{it.readText()}
如果没有此扩展函数,则可以通过使用
BufferedReader
和InputStreamReader
来实现相同的功能,如下所示:ybzsozfc5#
从Assets文件夹读取JSON文件并作为字符串对象返回的方法。
现在,解析您的Activity中的数据:-
inkz8wg96#
使用OKIO
使用Java:
与Kotlin:
然后...
s1ag04yj7#
如果您在android中使用Kotlin,则可以创建 * 扩展函数 *。
扩展函数是在任何类的外部定义的--但是它们引用类名并且可以使用
this
。在我们的例子中,我们使用applicationContext
。所以在Utility类中你可以定义所有的扩展函数。
实用工具.kt
主要活动.kt
您可以定义私有函数,用于从assert加载JSON数据,如下所示:
您必须在您的
ListView
中传递facilityModelList
设施型号.kt
在我的例子中,JSON响应以JSONArray开头
k10s72fa8#
源代码如何从Assets文件夹中获取本地Json
https://drive.google.com/open?id=1NG1amTVWPNViim_caBr8eeB4zczTDK2p
eaf3rand9#