반응형
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
- Google Excel
- numpy
- matplotlib
- Mac
- dataframe
- Google Spreadsheet
- Excel
- PySpark
- math
- google apps script
- 파이썬
- gas
- django
- string
- c#
- hive
- Github
- list
- GIT
- Apache
- SQL
- PANDAS
- Python
- Kotlin
- array
- Tkinter
- Redshift
- PostgreSQL
Archives
- Today
- Total
목록주사위 굴리기 (1)
달나라 노트

activity_main.xml MainActivity.kt package com.example.diceroller import android.os.Bundle import androidx.appcompat.app.AppCompatActivity import com.example.diceroller.databinding.ActivityMainBinding class MainActivity : AppCompatActivity() { lateinit var binding: ActivityMainBinding override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) binding = ActivityMainBin..
Android
2021. 3. 23. 00:32