CMPUT 301 Assignment1
This app allows for users to record their emotions and the date with one click. Total count of each emotions is displayed in the main page.
Online references https://stackoverflow.com/questions/2736389/how-to-pass-an-object-from-one-activity-to-another-on-android, https://stackoverflow.com/questions/3965654/getitematposition-not-returning-value-in-listview, https://stackoverflow.com/questions/14891026/get-clicked-item-from-listview, https://stackoverflow.com/questions/9097723/adding-an-onclicklistener-to-listview-android, https://www.viralandroid.com/2016/04/start-new-activity-from-android-listview-onitem-clicked.html, https://stackoverflow.com/questions/14933330/datepicker-how-to-popup-datepicker-when-click-on-edittext,
In-class references https://github.com/shidahe/lonelyTwitter/tree/2947a4af8a461687bf62439b9a589905998c82f8
Danill Tiganov: We've discussed about the structures of the application, he inspired me with the idea of adding a DatePicker and EmotionPicker.