gw-sd-2016 / ChillOut

Adam Gray Senior Design Project
0 stars 0 forks source link

Week 13: Added more event details, event attendee list, and updated to card UI #3

Open agray123 opened 8 years ago

agray123 commented 8 years ago

@twood02 @cctoombs

This week I made changes to the UI, added a temporary launcher icon and pulled more calendar event details into the application. In my last check in, only a few event details (e.g. event name and event location) were displayed to the user. Now the user is also able to view the event attendees, which requires an additional set of queries that the other event details do not. I also updated the UI to support displaying the event attendee list, and I modified the UI of the event list to a CardView. Notable files include EventAttendeesListFragment.java, CalendarEventsListFragment.java, and calendarevent_list_item.xml.

twood02 commented 8 years ago

@agray123, For your future github issues, please tag @poorvi-vora instead of Chris and me so that Poorvi gets a notification.