top of page

Progress:

May 10 update:

Set up the website, initial the project repo on GitHub.

​May 17 update:

We have set up the layout, and link all the activities together via intent. We also added notification and Google map features in the manifest file.

The layouts are designed as bellow:

main_activity.jpg
add_activity.jpg

Home page/main_activity

  • The list of reminders

  • Displaying title, date, time, and location

  • A add button (+) in the lower right corner

add_activity

  • Title

  • Date

  • Time

  • Notification settings

  • Location

  • Color choose

  • Add notes

  • Save button

May 24 update:

This week, we completed the add function. We are now able to add a reminder and show it on the listview of the Main Activity.

We also advanced the add_activity. At first, we only put date text and time text for date and time, and users need to insert the date and time by themselves. But now, we added two pickers, date picker and time picker. When users hit the button, they are able to pick the date and time from the calendar and the clock.

1.png
2.png
3.png

Conti...

May 31 update:

This week, we completed the notification settings and added Google Maps.

First of all, we added the notification settings and we are now able to send a notification to the user. We can also click the notification and back to our main_activity. But since our notification is based on the timeline, we are now trying to figure that how to show the notification on the screen instead of manually sending it.

In addition, we also include a Google maps in our app to allow the user pinpoint the location of the event. 

In the main_activity, we can show the location with other detail informations on it.

屏幕快照 2019-06-07 下午3.38.52.png
屏幕快照 2019-06-07 下午3.39.06.png

Jun 7 update:

This week, we added the countdown on the main page.In addition, we added categories of different events which include exams, homework, presentation and etc.

Right now there is a compete list on the main page, which users can easily and obviously see what is going to happen.And users will know how many days left. 

However, we are having some problems on Google map, and we are trying to fix it right now.

屏幕快照 2019-06-07 下午3.40.31.png
屏幕快照 2019-06-07 下午3.41.17.png
bottom of page