Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 776 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 776 Bytes

This is a small application where you can keep track of which new games you want to play. -The games are locally stored (Room). -MVVM Architecture is used using the Architecture Components (ViewModel, LiveData). -A game consists of a title, platform and a release date. -The games are shown using a MaterialCardView widget (this is included in the material widgets dependency). -The games are shown in the order of release date (first game to be released is at the top). -You can add games. -You can remove games by swiping the game to the left. -You can remove all games at once by clicking the garbage bin in the toolbar. -There is error handling in the AddActivity form -Display a snack bar message in which the user has a few seconds to undo the deletion of the game(s)