Skip to content
This repository has been archived by the owner on Feb 10, 2020. It is now read-only.

Latest commit

 

History

History
37 lines (32 loc) · 1.64 KB

README.md

File metadata and controls

37 lines (32 loc) · 1.64 KB

PhotoManager

##Difference with first specification

  • This application get images by entering image URL, instead of taking picture from device camera.
  • This application don't have search function yet.

##Using Libraries

##Activity structure

##Database structure

  • table 'story'
  • column 'title': title of story (text type)
  • column 'memo': memo of story (text type)
  • column 'edited': edited datetime of story (timestamp type)
  • table 'picture'
  • column 'path': URL of image (text type)
  • column 'story': foreign key references story row id

##Future works (see TODO items on android studio)

  • Implement search function
  • Show number of stories in each group
  • Show confirm alert when user apply and cancel to edit story
  • Implement function for delete story
  • Implement removing image