Skip to content

ptrvsky/android-image-gallery

Repository files navigation

Android Image Gallery

Android application that shows images from selected directory in various view styles. Application let user open image in full view, share it or set as wallpaper.

Functional requirments

  • User should be able to choose directory
  • User should be able to choose gallery style (grid view, list view)
  • User should be able to set image as wallpaper
  • User should be able to share image with other applications
  • User should be able to change gallery style with button in action bar menu
  • User should be able to slide between images in image full view
  • User should be able to check image details and EXIF informations
  • Application should open settings if gallery style or directory have not been set before
  • Application should save user preferences (gallery style, directory) and use them during startup

Non-functional requirments

  • Application should be created using Fragments and only one Activity
  • Application should use Shared Preferences
  • Image gallery should be created using Recycler View
  • Gallery style choose should be implemented as spinner
  • Image details and EXIF informations should be displayed in two Fragments using View Pager

Screenshots

Grid View List View Settings Full View Details

About

Android image gallery application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages