私はsymfony2で旅行のWebサイトを作成しました。ウェブサイトで作成されたWebサービスを使用してモバイルアプリケーションを作成したい、jsonarryとjsonobjectを使用してデータを取得する方法、応用。 良いライブラリがある場合。ありがとう。 android web service insert database
-1
A
答えて
0
あなたは、あなたがのHttpURLConnectionを使用する必要が
0
https://developer.android.com/reference/java/net/HttpURLConnection.html
、以下を参照してください、レトロフィットライブラリを使用することができます。さらなる使用のためにlibrayを使用する必要はありませんが、jsonを非直列化および直列化したい場合はGSONを使用してください。
0
は、Web APIのはokhttpを使用して、ちょうどあなたのbuild.gradleにcompile 'com.google.code.gson:gson:2.2.4'
を追加し、MVC方式に
チェックこのチュートリアルhttps://kylewbanks.com/blog/Tutorial-Android-Parsing-JSON-with-GSON
関連する問題
- 1. Laravel insert into Database
- 2. Psycopg2 insert python dictionary in postgres database
- 3. HTTP POST to MySQL Database INSERT
- 4. Java Spring insert Arraylist from postgresql database JdbcTemplate
- 5. WCF Oracle Database InsertとのMSMQトランザクション
- 6. android remote database connection trouble
- 7. GSON for Web Service
- 8. Vuforia Web Service API
- 9. android to mysql database
- 10. Androidとfirebase-database
- 11. Android Open and Close Database
- 12. ASP.Net over Web/WCF Service
- 13. soap web service from excel
- 14. Axis Web Service Keep Alive
- 15. S3 Amazon Web Service Permission
- 16. Azure App Service Mobile + Web
- 17. Android Spinner with SQLite Database
- 18. 外部キーAndroid DATABASE
- 19. android service file read
- 20. sqliteデータベースのXamarin android insertラジオボタン
- 21. Insert-update-delete Web GUI
- 22. Postgres Plus CloudデータベースとAmazon Relational Database Service(Amazon RDS)
- 23. Android Wake Screen from service
- 24. kotlin android start new service
- 25. android intent service in loop
- 26. android-firebase childEventListener in service
- 27. FusedLocationProviderClient with Service Android Kotlin
- 28. action web service in rails 3.0.5
- 29. .Net Web Service call from php
- 30. Web Service Response XML Retrieve 'DestinationUnreachable'メッセージ
その最速のライブラリを使用して、必要な解析Gsonライブラリを使用してJSONデータを解析できるとの接続を確立することができますサーバーデータベースでの処理 –