Re: [android-developers] sending parcelable objects to different process

2011-05-12 Thread TreKing
On Wed, May 11, 2011 at 5:45 AM, ivan harmady wrote: > Can you help me pls or am I missing something? I'm going crazy, > every advice is worth. > You can't do this, I don't think. The second app has no knowledge of what your class is or how it's defined. -

[android-developers] sending parcelable objects to different process

2011-05-11 Thread ivan harmady
Hi there, I want to send my custom object which implements Parcelable from one process(application) to an activity in another one process. But I still get error message: BadParcelableException: ClassNotFoundException when unmarshalling. I accepted some advices but still not working. Here is my code