BlackBerry read json string from an URL
问题 I tried to read a json string loading from an URL, but I could not find complete code sample. Can any one provide or point me to a complete client code. I'm newer to BB development. this is what I have done but still can't get it work please help me. Thanks! 回答1: To read and parse data from an URL you need to implement two routines. First one of them will handle reading data from the specified URL over HTTP connection, and the second one will parse the data. Check the following application