bridge
bridge copied to clipboard
An Android library for avoiding TransactionTooLargeException during state saving and restoration
The `GET_TASKS` permission appears to be required to call `getRunningTasks()` for Android 4.4 and below. This should be called out in the `README`. See https://github.com/livefront/bridge/issues/59 for more details.
is this library only for saving/restoring state or can i use it to transfer data between activities? please provide an example if possible
Currently the `Bridge.clear()` method requires a reference to the target object in order to clear its data. Typically this method would be called in the `onDestroy` method of a particular...
This PR adds the Dependencies section to the README, which lists all third-party dependencies in the Application, Developer, and CI categories.
Hi! We have **ANRs** in our Crashlytics. All devices running Android 12 and 13. 66% of them are Samsung devices )) Could you please help to find the reason of...