Intent extras size limit
Intent 관련 글을 쓰다 흥미로운 blog 가 있어 소개한다. Blog | The Intent extras size limit 내용을 보면 intent 로 전달하는 extra size 의 한계에 관한 것으로 아래와 같이 요약할 수 있다. Size limit? 아래와 같이 Intent 에 대량의 data 를 전달하도록 하면 app 이 crash 될 것이다. Intent intent = new Intent(this, ActivityB.class); intent.putExtra("bytes", new byte[1000 * 1000]); startActivity(intent); Android 6 (API 23) 에서는 exception 발생 시 상세 정보를 알려준다. android.os.Transaction..
Android/Intent
2019. 3. 20. 09:23
250x250
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- android task
- 안드로이드 인텐트
- 무료채굴
- RoomDatabase
- notifyDataSetChanged
- Intent
- M2E
- 리워드앱
- task
- BroadcastReceiver
- bindservice
- WEMIX
- android activity flag
- registerForContextMenu
- Android Service
- 앱테크 추천
- StartService
- 채굴앱
- 앱테크
- android flag activity
- mPANDO
- onCreateContextMenu
- p2e
- 무료 채굴
- task 생성
- 안드로이드 서비스
- 리워드 어플
- android intent
- StringUtils
- onContextItemSelected
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함