issues
search
mfaust35
/
flash_card_m
Another test application based on Flash Card concept
0
stars
0
forks
source link
REFACTOR Use room liveData
#29
Closed
mfaust35
closed
5 years ago
mfaust35
commented
5 years ago
Create class Roster = MutableList
Replace enumMap in Card by Roster: code looks cleaner, performance impact is low because there should never be more than 10 cardContent so search in list are going to be quick
Remove unused method
getAllCardShellForBooklet
and
countCardForBooklet
Links #13
getAllCardShellForBooklet
andcountCardForBooklet
Links #13