私はのコードにを使用したいと思います。要求の種類は以下の回答に使用してください。理解できません。 URL ::: http://localhost/api/product/read.phpVolley JSONレスポンス
{
"data":[
{
"category_id":"1",
"category_name":"Today's Recipe",
"recipes":[
{
"id":"1",
"recipe_name":"Peanut, and Chilli Noodles",
"ingredients":"Serves: 4 \r\n\r\n250g (9 oz) fresh Chinese ,
"prepration":"Prep:15min Cook:10min Ready in:25min \r\n\r\nCook
noodles in a large pot of boiling water until done. have
chilli paste, use minced red chilli to taste."
}
]
},
を助けこれはあなたがJsonRequestを使用する必要がありますJsonObjectRequest https://developer.android.com/training/volley/request.html – joao86
を使用する必要がありますので、JSONオブジェクトのように見えます。このブログの私の答えを参照してください: https://stackoverflow.com/questions/47936955/i-am-unable-to-make-a-network-call-using-volley-i-have-tried-many-solutions - ブタ/ 47937120#47937120 –
私はエラー表示次jsonobject要求を使用し::: com.android.volley.ParseError:org.json.JSONException:java.lang.String型の値の接続がjSONObject –