0

There are two sides to a push application:

  • Server push application
  • Client push application (On Mobile)

I have implemented the server side application already, but I have not yet finished the client application.

Could anyone give me simple code for a client application using java please?

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
Mojiiz
  • 7,898
  • 6
  • 26
  • 25

1 Answers1

3

If you download the Push API from RIM (available on this page) there is a sample client application in source code included.

Richard
  • 8,920
  • 2
  • 18
  • 24