In Blackberry, how are shared objects in runtimestore recognized by other applications

Posted by Carbonizer on Stack Overflow See other posts from Stack Overflow or by Carbonizer
Published on 2011-01-15T04:39:18Z Indexed on 2011/01/15 4:53 UTC
Read the original article Hit count: 127

Filed under:

In Blackberry Runtime Store, when sharing objects between applications. How can we call methods of the shared object in another application, if the object itself is not recognized in the other application ? i am getting a runtime error when object gets typecasted, as that object is not defined in the calling applicatoin .

If i typecast it to super interface and have the interface in another application. When i call getClass() on the object returned from the runtimestore. It shows as concrete class instance stored in the RunTimeStore.

How can a share a object in runtimestore and use it across different applications ?

© Stack Overflow or respective owner

Related posts about blackberry