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
- hardwareacceleration
- test
- fabic
- convert
- Glide
- 안드로이드
- vuepress
- kotlin
- 컴파일
- Gradle
- Hyperledger
- Realm
- firebase
- dataginding
- web3js
- Android
- null safety
- quick-start
- log
- fabric-sdk-java
- error
- porterduff
- C
- coroutines
- ethereum
- Exception
- 스트리밍
- 다윈
- bigquery
- LAYER_TYPE_SOFTWARE
Archives
- Today
- Total
목록memory (1)
날마다 새롭게 또 날마다 새롭게
Glide 에서 발생하는 Out Of Memory 대처하기
Glide out of memory 대처하기Glide.with()Glide with()는 여러 메소드 가 있다public static RequestManager with(Context context) public static RequestManager with(Activity activity) public static RequestManager with(FragmentActivity activity) public static RequestManager with(Fragment fragment)이유는 각각의 LifeCycle에 맞게 동작하도록 구현되어 있기 때문이다. 예를 들어, Fragment에서 Glide를 사용해 3MB 정도의 이미지를 로드한 후, 백버튼을 눌러 Fragment를 제거하거나 Activ..
프로그래밍/Android
2017. 6. 5. 12:06