mohanadarafe / GuideMe

SOEN 390 | Winter 2020 | Mini Capstone
7 stars 5 forks source link

Implementation of Route Preview + Preference Screen #139

Closed csbduzi closed 4 years ago

csbduzi commented 4 years ago

General Information

AlainJobs commented 4 years ago

Preference Menu has to be implemented properly. As of now, we can't fetch the value to the Preview Screen.

csbduzi commented 4 years ago

The preferences screen has been implemented with a simple and unencrypted key-value storage (AsyncStorage) for the persistence and retrieval of values by other screens. The buttons on the PreferenceMenu will have states and whenever a change is recorded by the AsyncStorage, the PreviewDirection screen will be be able to retrieve the values of the buttons.

Here is a sneak peek of the Preference Screen:

image

bkenza commented 4 years ago

Fixed via #171