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 |
Tags
- 롤토체스 api dart
- flutter ios 폴더
- dart new 키워드
- dart new
- PlatformException(sign_in_failed
- leetcode dart
- 롤 api dart
- 파이썬 부동소수점
- 파이썬
- flutter statefulwidget
- swift concurrency
- flutter widget
- flutter
- swift 동시성
- riot api dart
- dart
- tft api dart
- generate parentheses dart
- docker overview
- lol api dart
- AnimationController
- keychain error
- valorant api dart
- flutter android 폴더
- widget
- dart.dev
- Architectural overview
- com.google.GIDSignIn
- flutter bloc
- 발로란트 api dart
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