# 놀라운 앱을 위한 새로운 패턴들

> Clean Markdown view of GeekNews topic #7619. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=7619](https://news.hada.io/topic?id=7619)
- GeekNews Markdown: [https://news.hada.io/topic/7619.md](https://news.hada.io/topic/7619.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-10-18T11:06:02+09:00
- Updated: 2022-10-18T11:06:02+09:00
- Original source: [web.dev](https://web.dev/new-patterns-for-amazing-apps/)
- Points: 28
- Comments: 0

## Topic Body

- 어떤 앱을 만들던지 이런 기능들은 필요하지만, 유니버설한 구현방법은 없음  
  - 진행상황 공유 : WebShare API가 좋지만 브라우저가 다 구현하고 있는 것은 아님   
  - 편집한 파일 저장 : File System Access API가 좋지만, &lt;a download&gt; 폴백도 필요   
  - 이미지 붙여넣기 : Async Clipboard API가 좋지만, 드래그앤 드랍 방식의 폴백도 필요   
- 새로운 패턴들  
  - 클립보드 패턴 : 이미지/텍스트 카피하고, 파일/이미지/텍스트 붙여넣기   
  - 파일 패턴 : 파일/폴더 드래그 & 드롭, 폴더/파일(들) 열기, 공유된 파일 받기, 파일 저장, 파일 공유  
  - 고급 앱 패턴 :   
    - 앱 Shortcut 생성  
    - 백그라운드 데이터 동기화  
    - 앱 뱃지 보이기  
    - 멀티 스크린 지원   
    - 주소록의 연락처 접근   
    - 오디오에 효과 추가   
    - 현재 웹사이트 공유

## Comments



_No public comments on this page._
