반응형
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 |
Tags
- math
- Mac
- PANDAS
- gas
- PostgreSQL
- SQL
- list
- Apache
- array
- matplotlib
- Excel
- PySpark
- GIT
- Java
- google apps script
- numpy
- 파이썬
- Github
- Tkinter
- Google Spreadsheet
- dataframe
- Google Excel
- Kotlin
- hive
- c#
- string
- django
- Python
- Redshift
Archives
- Today
- Total
목록Drawable (1)
달나라 노트
Android Studio - setImageResource (Image View에 image 셋팅해주기)
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