티스토리 뷰
예전 개발할때는 공유하기 기능을 만들면 특정한 앱에 대해서 공유하기 기능을 붙였습니다.
그렇게 하려면 공유하기에 따른 라이브러리를 다 넣어주어야 하고 개발자는 힘들고...
기본 제공하는 공유하기 방법을 알려드리려 합니다.
이게 더 좋고 당연한 기능인것 같습니다.
val intent = Intent(Intent.ACTION_SEND)
intent.type = "text/plain"
intent.putExtra(Intent.EXTRA_TEXT, text) // text는 공유하고 싶은 글자
val chooser = Intent.createChooser(intent, "공유하기")
startActivity(chooser)
이 얼마나 심플하게 개발을 할 수 있는 기능일까요?
카카오톡이나 페이스북에 조금 더 이쁘게 공유하는 방법이 있지만 너무 방대한 쓰지도 않는 기능 때문에 라이브러리를 넣지 않았으면 하는 바랍입니다.
'Mobile > Android' 카테고리의 다른 글
AndroidStudio Error. Unsupported Modules Detected: Compilation is not supported for following modules (0) | 2020.03.28 |
---|---|
App이 Foreground에서 올라왔는지 체크하는 방법. with ActivityLifecycleCallbacks이용하기 (0) | 2019.08.20 |
Android. onTouch의 return에 대해서 (0) | 2019.08.05 |
Android. TransactionTooLargeException 해결하기 (0) | 2019.07.31 |
Android. ViewPager에서 보이는 Fragment만 사용하기 (0) | 2019.07.31 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Codable
- centos8
- php
- nodejs
- Xcode
- Java
- Linux
- war
- git
- Spring
- Python
- tomcat
- golang
- github
- Windows
- ubuntu
- intellij
- Gradle
- cocoapods
- enum
- docker
- windows10
- SWIFT
- MySQL
- ios
- android
- rxswift
- Kotlin
- CentOS
- go
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함