Open tiikachu opened 4 years ago
Start coding notes section
Figured out how to proceed- make view containing "journal" button clickable
/finished dinner break
Added onclick functionality to the Journal CardView
Created new activity that clicking on journal will link to
created an activity to view journals and one to edit them
took another break
Finished linking main activity to journal editor activities
App works, but currently crashes every time the journal button is pressed
Bugfixing started- Stashing changes led to corruption of activity_main.xml
Fixed corrupted activity_main.xml
App crashes before launching- need to fix this bug as well
took a break 2-2:45,
fixed bug- earlier git stash corrupted activity_main.xml, fixed that bug
activity_main view in android studio was different from view on phone, forgot to delete version21 file with corrupted activity_main
Added buttons to go back to previous view in journal editor and journal viewer
Pratiik