blonsky95 / DigiCoachAndroid

0 stars 0 forks source link

enahncement - add search bar to when adding training to a day #93

Closed blonsky95 closed 4 years ago

blonsky95 commented 4 years ago

So ive added the search and everything and working fine BUT when you search stuff and add them the index changes totally so when you update the day it will only add what is seen, think/design something better here.

blonsky95 commented 4 years ago

Architechture for this feature: DayCreator:

solution

solution

blonsky95 commented 4 years ago

Solution using a custom adapter, and custom exercise with isChecked property done.

Working fine now. There are situations like, searching something, tapping the check, then deleting search which will get rid of the check, and when you update it will add them. quite unusual behaviour to do that anyway. WIll be fixed as a bug later on, the functionality is there