EncodingUtils.getBytes()유행 이 지나 면 어 떡 해

webview.postUrl(url, EncodingUtils.getBytes(arg, "base64");

힌트 Encoding Utils 유행 이 지 났 는데 어 떡 하지?
다음 과 같이 변경:
WebView webview = new WebView(this);
setContentView(webview);
String url = "http://www.example.com";
String postData = "username=" + URLEncoder.encode(my_username, "UTF-8") + "&password=" + URLEncoder.encode(my_password, "UTF-8");
webview.postUrl(url,postData.getBytes());

좋은 웹페이지 즐겨찾기