ndenicolais / PhotoPicker

Android application built with Kotlin and Jetpack Compose that allows you to select between one photo or a multiple photos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Photo Picker

Author: Nicola De Nicolais

πŸ“„ Description

Android application built with Kotlin and Jetpack Compose that allows you to select between one photo or a multiple photos.

πŸ”¨ How to install and run the project

Clone this repository :
git clone https://github.com/ndenicolais/PhotoPicker.git

Import the project into Android Studio :

  1. File -> New -> Import Project
  2. Browse to <path_to_project>
  3. Click "OK"

Create a new virtual device or connect an Android device to your computer.
Click Run to start the project on the selected device.

πŸ› οΈ Built with

Kotlin
Jetpack Compose
Coil

πŸ“š Package Structure

com.denicks21.photopicker       # ROOT PACKAGE
β”‚
β”œβ”€β”€ ui.theme                    # THEME FOLDER
|   β”‚   β”œβ”€β”€ Color               # Color palette used by the app.
|   β”‚   β”œβ”€β”€ Shape               # Components shapes of Compose used by the app.
|   β”‚   β”œβ”€β”€ Theme               # Theme used by the app.
|   β”‚   β”œβ”€β”€ Type                # Typography styles for the fonts used by the app.
|
β”œβ”€β”€ MainActivity                # Main activity

πŸ“Ž Screenshots

About

Android application built with Kotlin and Jetpack Compose that allows you to select between one photo or a multiple photos.

License:MIT License


Languages

Language:Kotlin 100.0%