Antoine Gagnon
09/22/2020, 2:37 PMEvent
in my database, but my Fragment shouldn’t know everything about this Event
class, so I create a new class that only has the info the Fragment is going to display
How would you guys name this class? EventViewData
? EventViewItem
? Let me know!