Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndenicolais/photopicker
Android application built with Kotlin and Jetpack Compose that allows you to select between one photo or a multiple photos.
https://github.com/ndenicolais/photopicker
android compose jetpack-compose kotlin photo-picker photo-selector
Last synced: 7 days ago
JSON representation
Android application built with Kotlin and Jetpack Compose that allows you to select between one photo or a multiple photos.
- Host: GitHub
- URL: https://github.com/ndenicolais/photopicker
- Owner: ndenicolais
- License: mit
- Created: 2023-08-22T09:57:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-28T13:16:29.000Z (over 1 year ago)
- Last Synced: 2024-04-19T00:09:04.377Z (10 months ago)
- Topics: android, compose, jetpack-compose, kotlin, photo-picker, photo-selector
- Language: Kotlin
- Homepage:
- Size: 910 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
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
![]()