티스토리 뷰
18.11.8
Activity간에 intent를 통해서 데이터를 전달했다면,
Fragment간엔 Bundle을 통해서.
- Bundle
- setArguments(), getArguments()
받아오는 getArguments() 코드를 어디에 넣는지에 따라 (onCreate, onCreateView,,,) 달라지므로, 상황을 고려하여 코드 작성.
(예를들어, onCreateView에 넣을경우, 항상 뷰가 보여질때마다 Bundle이 넘어오는건 아닐수도있다.)
Activity의 경우
- Intent
- putExtra(), getExtra()
19.3.3 수정
Activity ~ Activity간 데이터 전달 : Intent
Activity ~ Fragment간 데이터 전달 : Bundle
Fragment ~ Fragment간 데이터 전달 : Bundle
- Fragment -> Activity : Interface Callback
- Parcelable
내용 추가 예정-
'Android' 카테고리의 다른 글
비동기처리를 위한 Callback(콜백) 관련 Issue (0) | 2019.09.13 |
---|---|
Fragment 생애주기, 전환 (0) | 2019.09.13 |
Google Login with Firebase, Fragment Tab with ViewPager 구현시 참고자료 (0) | 2019.09.13 |
keystore by keytool.exe (0) | 2019.09.13 |
AsynchTask, Thread를 통한 네트워크 연결 (0) | 2019.09.11 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Android
- OneToMany
- 리버싱
- 해외여행
- 프로그래머스
- socket
- Stack
- 회고
- bfs
- Data Structure
- reversing
- webhacking.kr
- C
- Vo
- Algorithm
- 웹해킹
- sort
- FRAGMENT
- 우아한 테크코스
- git
- Java
- JPA
- javascript
- 개발자
- graph
- brute-force
- dfs
- queue
- Android Studio
- mysql
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함