John M. Wargo

Home
Pulling data from a server PDF Print E-mail
User Rating: / 0
PoorBest 
Tuesday, 09 February 2010 17:27
There's really nothing special nor BlackBerry specific about connecting to a server and pulling down data. It's a fundamental thing that any mobile application does if it gets its data from somewhere else. If you're talking about a Java application, the application just opens up a connection to the server using any of the connections available to Java (HTTP, HTTPS, UDP, Socket). Just do a Google search on HTTPConnection for example and you'll see lots of examples.
 

InformIT (Pearson Education)