Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AndroidでVolleyライブラリを学習しています。JsonObjectRequest を使用して JsonObject をリクエスト パラメータとして渡します。また、JsonObjectRequest のエラー リスナー コードで JsonArray として応答を取得しています。
JsonObject をリクエスト パラメータとして渡すことで、JsonArray をレスポンスとして取得する方法について、誰でも助けてもらえますか。