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

poap/PhotoManager

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages