Android Studio4.0 を使用しています。
JAVAでJSONをしようして自分のPCのLocalにインストールしている、
PostgreSQLサーバーにアクセスしてカラムデータを取り出したいです。
現在は以下の記述にしていますがいいうまくできません。
どの様に記述すればよいですか?
// 送信先URL //String strPostUrl = "http://192.168.100.20:8080/api/login/"; String strPostUrl = "http://10.0.2.2/api/login/"; String JSON = "{"updkbn", "ifkbn", "messagecode", "updtimesearch","sectionnosearch", "lastupdid","sectionno"}"; // 認証 HttpSendJSON httpSendJSON = new HttpSendJSON(); String result = httpSendJSON.callPost(strPostUrl, JSON);
あなたの回答
tips
プレビュー