반응형
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
- Python
- PANDAS
- Presto
- Java
- Tkinter
- list
- Kotlin
- Google Spreadsheet
- GIT
- PySpark
- gas
- string
- array
- SQL
- Github
- numpy
- Apache
- math
- Google Excel
- PostgreSQL
- django
- matplotlib
- Redshift
- c#
- dataframe
- hive
- Excel
- 파이썬
- google apps script
Archives
- Today
- Total
목록Drawable (1)
달나라 노트
Android Studio의 Image View에서 원하는 image를 띄워주는 방법은 여러 가지가 있습니다만 이번에는 한가지를 알아봅시다. 일단 원하는 이미지는 Resource Manager에서 Import Drawables 버튼을 클릭하여 import할 수 있습니다. 위 같은 단계를 거쳐 삽입한 image drawable을 Image resource로 설정해줘야 합니다. package com.example.text import android.os.Bundle import android.widget.ImageView import androidx.appcompat.app.AppCompatActivity class MainActivity : AppCompatActivity() { override fun o..
Android
2021. 3. 23. 00:56