Giter VIP home page Giter VIP logo

imagepicker's Introduction

Compose Multiplatform ImagePicker

Android

메인 화면 상세 화면

iOS

메인 화면 상세 화면 다국어 지원

Reference

peekaboo

Article

Development

Environment

  • IDE : Android Studio Hedgehog, Xcode

Language

  • Kotlin, Kotlin Native

Libraries

  • AndroidX

    • Activity Compose
  • Kotlin Libraries (Coroutine, Serialization)

  • Compose

    • Material3
  • Coil

  • Ktor

  • Decompose

  • moko-resources

  • Napier

  • zoomable

Gradle Dependency

  • Gradle Version Catalog

ToDo

  • 프로젝트에 필요한 라이브러리 의존성 추가
  • 이미지 피커 UI 구성
  • 공통 로직 작성(expect)
  • Android 이미지 피커 로직 구현(actual)
  • iOS 이미지 피커 로직 구현(actual)
  • moko-resources 라이브러리 적용(Font, String(i18n))
  • Decompose 라이브러리 적용(Navigation 및 ViewModel)
  • TouchLab SKIE 라이브러리 적용(CommonFlow 를 대체) -> flow 를 사용하지 않음

About

This is a Kotlin Multiplatform project targeting Android, iOS.

  • /composeApp is for code that will be shared across your Compose Multiplatform applications. It contains several subfolders:

    • commonMain is for code that’s common for all targets.
    • Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name. For example, if you want to use Apple’s CoreCrypto for the iOS part of your Kotlin app, iosMain would be the right folder for such calls.
  • /iosApp contains iOS applications. Even if you’re sharing your UI with Compose Multiplatform, you need this entry point for your iOS app. This is also where you should add SwiftUI code for your project.

Learn more about Kotlin Multiplatform

imagepicker's People

Contributors

easyhooon avatar kwondae avatar

Stargazers

BHawk  avatar  avatar jherrero avatar Hongbeom An avatar  avatar  avatar

Watchers

 avatar

imagepicker's Issues

SinglePhotoPicker issue

문제 상황 시나리오)

  1. Pick Single Image 버튼 클릭
  2. PhotoPicker BottomSheet 가 올라옴
  3. BottomSheet 를 Drag 해서 내리거나, 시스템 백 버튼을 통해 BottomSheet를 닫음
  4. 사진이 선택되지 않았으나, Default ImageCard 가 화면에 출력됨

image

사진이 선택되지 않았을 경우엔 처음 화면, 즉 ImageCard 가 출력되지 않도록 수정해야 함

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.