URL url = new URL("http://---------);

        String inputline;

        String struserjson="";

BufferedReader  in = new BufferedReader(new
InputStreamReader(url.openStream()));

while ((inputline = in.readLine()) != null) {
                struserjson += inputline;
        }
System.out.println("OutPut : " +struserjson);

12-26 11:05:26.388: I/System.out(912): OutPut :
 � ���������� ���[o�6 ���"�uA«n� �&}+6�{� ��)��,y ݮ ��w�[$GFk HT�
$ ��z �� %*��������0 ��4 ,�"f  ���Uh���e�

When i print the String. I got a error like this. Can anyone tell
solution for this.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to