ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Parcelable instead of Serializable #168

Open jverbraeken opened 7 years ago

jverbraeken commented 7 years ago

User story

As a user I want to use Parcelable instead of Serializable for passing data between activites so that the screen transitions are smoother

What

This issue demands to pass the servicelocator as Parcelable instead of Serializable

Why

This issue is needed for the project because Serializable serializes the whole object by using reflection, what is a fairly slow process

How

This feature can be added by passing the data between activities as Parcelable instead of Serializable

Definition of ready

This features is not ready until the following issues are finished:

Definition of done

This task can be considered done when

Notes

ericcornelissen commented 7 years ago

This issue demands to pass the servicelocator as Parcelable instead of Serializable

No longer relevant since the ServiceLocator is available via NervousFish