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
- java error
- error
- DataTable
- FLUTTER
- Android Apk 이름
- Program type already present
- tomcat
- android error
- css
- html
- Java
- MySQL
- release Apk
- R프로그래밍
- Kotlin
- JavaScript
- 안드로이드
- apache gzip
- Firebase
- Exception
- android fragment
- jQuery
- fragment
- release unsigned
- Eclipse
- spring
- Android Apk 이름 변경
- CSS사용법
- Android
- Android Apk
Archives
- Today
- Total
목록Android drawable image에서 bitmap으로 변환 (1)
selfstarter
Android drawable image에서 bitmap으로 변환
Android drawable image에서 bitmap으로 변환 drawable image -> bitmap bitmap -> drawable image로 변환 Context context = getApplicationContext(); Drawable drawable = ResourcesCompat.getDrawable(getResources(), R.drawable.girl, null); Bitmap bitmap = ((BitmapDrawable)drawable).getBitmap(); Drawable drawable1 = new BitmapDrawable(context.getResources(), bitmap);
App/Android
2020. 6. 15. 12:41