i\'ve tried to sending data between App1 to App2 via Intent in Android
i used this code but i couldn\'t resolve my problem.
Using Bundle.putSerializable(Key,Object); and Bundle.putParcelable(Key, Object); the former object must implement Serializable, and the latter object must implement Parcelable.
Bundle.putSerializable(Key,Object);
Bundle.putParcelable(Key, Object);
Serializable
Parcelable