llighter / yunha-ind

YUNHA INDUSTRY website
https://llighter.github.io
MIT License
1 stars 0 forks source link

content: Web Share Target API로 인별 사진 다운로드 만들기 #60

Open llighter opened 4 years ago

llighter commented 4 years ago

Author: @llighter Reviewer: [Leave blank. I will assign a reviewer.]

Target publish date:

Process

Check out the web.dev writing process.

When you're ready, make a copy of this template and fill in the proposal and outline sections. When you're finished, drop a link to the doc in the 1st step below and check the box. A member of the web.dev team will assign this ticket to themselves and work as your reviewer to help you complete the remaining steps.

llighter commented 4 years ago

https://docs.google.com/document/d/1luq4YIJhWiFZVm0TSovyLahe8anzt6mDnz6l1FoYOmU/edit#heading=h.ma0jtricpd1w

llighter commented 4 years ago

flutter로 선회 https://muetsch.io/how-to-receive-sharing-intents-in-flutter.html https://gist.github.com/tjunxiang92/de43de57cfcbfe3ce73671edf0d80fb6 https://flutter.dev/docs/get-started/flutter-for/android-devs https://flutter.dev/docs/get-started/flutter-for/android-devs#how-do-i-handle-incoming-intents-from-external-applications-in-flutter

llighter commented 4 years ago

한글 자료 추가 https://flutter-ko.dev/docs/development/platform-integration/platform-channels#3b%EB%8B%A8%EA%B3%84-kotlin%EC%9D%84-%EC%82%AC%EC%9A%A9%ED%95%B4%EC%84%9C-android-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EA%B5%AC%ED%98%84-%EC%B6%94%EA%B0%80

llighter commented 4 years ago

kotlin 으로 세팅하는 방법 확인

코틀린 https://developer.android.com/kotlin/get-started?hl=ko

llighter commented 4 years ago

아이폰의 경우 단축키로 다운로드 기능을 만들 수 있다.

https://blog.naver.com/coldpza/221376628286

여기서 사용한 패턴을 내 앱에서도 사용할 수 있도록 수정하는게 필요

llighter commented 4 years ago

단축키는 임의이 서버를 둬서 그 서버에 요청하면 이미지를 가져오는 방식으로 안전하지 않을 수 있고 서버가 서비스를 중지하는 경우에는 사진을 가져울 수 없게 된다.

따라서 인스타그램의 링크에 직접 요청을 해야 한다. https://github.com/GustavoContreiras/insta_html_parser/blob/master/lib/insta_html_parser.dart

llighter commented 4 years ago

search bar https://medium.com/flutterpub/implementing-search-in-flutter-17dc5aa72018 https://api.flutter.dev/flutter/material/showSearch.html https://api.flutter.dev/flutter/material/SearchDelegate-class.html

https://blog.smartnsoft.com/an-automatic-search-bar-in-flutter-flappy-search-bar-a470bc67fa1f

llighter commented 4 years ago

JSON https://codinginfinite.com/auto-generated-json-deserialization-flutter/