Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 롤토체스 api dart
- leetcode dart
- tft api dart
- keychain error
- flutter bloc
- 롤 api dart
- riot api dart
- flutter statefulwidget
- widget
- dart
- flutter widget
- flutter
- Architectural overview
- generate parentheses dart
- 파이썬 부동소수점
- 파이썬
- valorant api dart
- AnimationController
- swift 동시성
- flutter android 폴더
- com.google.GIDSignIn
- dart new
- PlatformException(sign_in_failed
- dart new 키워드
- lol api dart
- dart.dev
- flutter ios 폴더
- docker overview
- 발로란트 api dart
- swift concurrency
Archives
- Today
- Total
목록android intent (1)
aspe

Flutter native notification을 구현하던 도중, notifiaction을 클릭하면 앱을 실행시키고 싶었습니다. 그런 동작을 위해서는 Intent에 대한 이해가 필요했습니다. 알아보도록 합시다. Intent Intent란 실행될 오퍼레이션에 대한 추상적인 묘사를 의미합니다. android.app.Activity 를 런치하기 위해 startActivity와 사용 될 수도 있고, BroadcastReceiver 컴포넌트에 인텐트를 전송하기 위해 broadcastIntent와 함께 사용 될 수도 있고, 백그라운드 android.app.Service와 동작하기 위해 android.content.Context#startService or android.content.Context#bindServ..
Android/API
2023. 2. 17. 13:54