Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 824 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 824 Bytes

Gallery In Android

This Android app will help you create a Gallery-like-application in your mobile phones.

Features:

  1. Has animation when you scroll up/down on the screen.
  2. When you long press an image ,it get's deleted.
  3. When you press an image, it creates a duplicate image.
  4. View Modes Available:
    a. Recycler view card view
    b. Horizontal linear view
    c. Vertical linear view
    d. Grid view
    e. Staggered view horizontal
    f. staggered view vertical

All these functionalities are present inside the src folder, under different java files.

How do you use this repository?

You can fork the repository, then download the folder to your system.
After that you can simply take the files and paste it in the required folders. Et Voila !