Introduction - If you have any usage issues, please Google them yourself
Examples of simple stock inquiry via http connection to access and share information website for the information of stock prices and other parameters. HttpClient client = new DefaultHttpClient () HttpGet get = new HttpGet (" http://vol.stock.hexun.com/stock_quote.ashx?stocklist=" + gup.getGpdm ())