This Android application is a very basic and simple image gallery app created using XML in Android Studio. It allows users to view a collection of images in a gallery format.
- card view layout for displaying images
- added buttons to add more images and other stuff ( buttons are not working rn, they just for display)
- Responsive design for various screen sizes and added scroll view
- XML
- Android Studio
Before you begin, ensure you have met the following requirements:
- Android Studio installed on your machine.
- Emulator or a physical Android device for testing.
- Clone the repository to your local machine.
git clone https://github.com/your-username/image-gallery-app.git
-
Open the project in Android Studio.
-
Build and run the project on an emulator or a physical device
This app can be used to display images in vertical gallery view. You can import and export images to the gallery using buttons.
If you would like to contribute to this project, you are most welcome to fork this repo and add changes.