Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.34 KB

Readme.md

File metadata and controls

47 lines (31 loc) · 1.34 KB

Image Gallery App for Android

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.

Table of Contents

Features

  • 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

Technologies Used

  • XML
  • Android Studio

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Android Studio installed on your machine.
  • Emulator or a physical Android device for testing.

Installation

  1. Clone the repository to your local machine.
git clone https://github.com/your-username/image-gallery-app.git
  1. Open the project in Android Studio.

  2. Build and run the project on an emulator or a physical device

Usage

This app can be used to display images in vertical gallery view. You can import and export images to the gallery using buttons.

Contributing

If you would like to contribute to this project, you are most welcome to fork this repo and add changes.