일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- SUM
- 파이썬
- 네이밍
- python
- enumerate
- floor
- flask
- 세그먼트 트리
- 2557
- 큰 수 나누기
- timestamp
- project euler
- ceil
- list comprehension
- FOREIGN KEY
- 소수
- 자료구조
- 에라토스테네스의 체
- Dictionary
- 딕셔너리
- lower_case_table_names
- mysql
- datetime
- convention
- SUM()
- 리스트 컴프리헨션
- itertools
- BOJ
- Codeforces
- 외래키
- Today
- Total
목록앱 개발 공부 기록/kotlin (5)
늒네 기록
앞선 튜토리얼의 내용과 상관 없이, 지금까지 만든 프로젝트를 github에 올려보도록 하겠다. android studio랑 github을 연동하는 것이 아니라, git bash로 작업하는 방법을 설명하도록 하겠다. 혹시 아직 git을 설치하지 않았다면, 먼저 git부터 설치하도록 하자. Git - Downloads Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users ..
Build Your First Android App in Kotlin | Android Developers In this codelab, you’ll build your first Android app in Kotlin. You’ll learn how to use Android Studio to create an app, add UI elements known as views to your app, and add click handlers for the views. You’ll finish by adding a second screen to your developer.android.com 앞선 글에서 리소스 스트링 값을 변경하는 방법을 다뤘다면, 이번 글에서는 새로운 color 리소스를 넣고 적용하는 방..
Build Your First Android App in Kotlin | Android Developers In this codelab, you’ll build your first Android app in Kotlin. You’ll learn how to use Android Studio to create an app, add UI elements known as views to your app, and add click handlers for the views. You’ll finish by adding a second screen to your developer.android.com 이번 글에서는 위 링크의 4단계부터 이어가보도록 하겠다. 4. Task: Explore the layout edito..
Build Your First Android App in Kotlin | Android Developers In this codelab, you’ll build your first Android app in Kotlin. You’ll learn how to use Android Studio to create an app, add UI elements known as views to your app, and add click handlers for the views. You’ll finish by adding a second screen to your developer.android.com 이전 글에서는 위 링크의 1, 2번 단계를 정리해두었다. 이 글에서는 3번을 정리하도록 하겠다. 흥미로운 것을 발견했..
Build Your First Android App in Kotlin | Android Developers In this codelab, you’ll build your first Android app in Kotlin. You’ll learn how to use Android Studio to create an app, add UI elements known as views to your app, and add click handlers for the views. You’ll finish by adding a second screen to your developer.android.com 이 글 시리즈는 앱 개발을 한 번도 해보지 않은 개발자가 코틀린을 찍먹해보는 입장에서 위의 링크를 무작정 따라하면서 ..