Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
2022 Compose Camp : Beginner - Unit. 1
Search
dogdduddy
October 27, 2022
Programming
0
570
2022 Compose Camp : Beginner - Unit. 1
2022 Compose Camp : Beginner
CodeLab Unit. 1
Additional explanation video
with DevFest
dogdduddy
October 27, 2022
Tweet
Share
More Decks by dogdduddy
See All by dogdduddy
Computer Engineering Career Mentoring
dogdduddy
0
160
Graduation products
dogdduddy
0
42
Other Decks in Programming
See All in Programming
CSC509 Lecture 11
javiergs
PRO
0
310
Vueで学ぶデータ構造入門 リンクリストとキューでリアクティビティを捉える / Vue Data Structures: Linked Lists and Queues for Reactivity
konkarin
1
320
Developing Specifications - Jakarta EE: a Real World Example
ivargrimstad
0
140
Private APIの呼び出し方
kishikawakatsumi
3
890
問題の見方を変える「システム思考」超入門
panda_program
0
300
GraalVM Native Image トラブルシューティング機能の最新状況(2025年版)
ntt_dsol_java
0
160
「10分以内に機能を消せる状態」 の実現のためにやっていること
togishima
1
520
関数の挙動書き換える
takatofukui
4
740
物流DXを支える“意味”の設計:セマンティックレイヤーとAIで挑むデータ基盤/登壇資料(飯塚 大地)
hacobu
PRO
0
110
Querying Design System デザインシステムの意思決定を支える構造検索
ikumatadokoro
1
1.2k
CSC509 Lecture 13
javiergs
PRO
0
260
What's New in Web AI?
christianliebel
PRO
0
130
Featured
See All Featured
Become a Pro
speakerdeck
PRO
29
5.6k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
340
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.3k
Being A Developer After 40
akosma
91
590k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
118
20k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.3k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Designing for Performance
lara
610
69k
Transcript
This work is licensed under the Apache 2.0 License Compose
Camp Unit 1. 첫 번째 Android 앱 전병선 GDSC Daejin Core
This work is licensed under the Apache 2.0 License Unit
1. 첫 번째 Android 앱 Compose 사용 시 알아야 하는 Android 기본사항
This work is licensed under the Apache 2.0 License 재사용
가능한 소스 코드, 텍스트의 작은 부분 간단하게 코드의 일부분을 발췌한 것 스니펫
This work is licensed under the Apache 2.0 License Kotlin을
사용한 첫 프로그램 Kotlin 프로그래밍 소개
This work is licensed under the Apache 2.0 License Kotlin
코드를 컴퓨터가 이해할 수 있는 언어로 바꾸어주는 번역기 Page 4. 컴파일러 Kotlin을 사용한 첫 프로그램
This work is licensed under the Apache 2.0 License Y
= 2X + 3 Page 5. 함수 Kotlin을 사용한 첫 프로그램 X = 1, Y = 5
This work is licensed under the Apache 2.0 License Page
5. 함수 정의 Kotlin을 사용한 첫 프로그램 규격에 맞춰 함수의 기능을 코드로 작성
This work is licensed under the Apache 2.0 License Page
5. 함수 본문 Kotlin을 사용한 첫 프로그램 fun 키워 함수 이름 소괄호 중괄호
This work is licensed under the Apache 2.0 License Kotlin에서
변수 만들기 및 사용하기 Kotlin 프로그래밍 소개
This work is licensed under the Apache 2.0 License Page
2. 리터럴 Kotlin에서 변수 만들기 및 사용하기 컴퓨터에서 사용되는 고정 된 값을 대표하는 용어
This work is licensed under the Apache 2.0 License Page
2. 리터럴 Kotlin에서 변수 만들기 및 사용하기 상수 vs 리터럴 Const Literal
This work is licensed under the Apache 2.0 License Page
4. val 과 var Kotlin에서 변수 만들기 및 사용하기 변수 선언 키워드 val과 var 그리고 값의 수정 Val cannot be reassigned
This work is licensed under the Apache 2.0 License Page
4. val 과 var Kotlin에서 변수 만들기 및 사용하기 Val friendArray = 민수 병선 재민 민수 병선 규현 Jim Haary Jason Rocoli Complete Error
This work is licensed under the Apache 2.0 License Kotlin에서
함수 만들기 및 사용하기 Kotlin 프로그래밍 소개
This work is licensed under the Apache 2.0 License Page
2. 함수 호출 Kotlin에서 함수 만들기 및 사용하기 정의된 함수를 사용하기 위해 부르는 행위
This work is licensed under the Apache 2.0 License Page
5. 매개변수 Kotlin에서 함수 만들기 및 사용하기 함수를 호출할 때 값 전달 에 사용되는 변수
This work is licensed under the Apache 2.0 License 첫
번째 Android 앱 만들기 Android 스튜디오 설정
This work is licensed under the Apache 2.0 License Page
5. MainActivity.kt 첫 번째 Android 앱 만들기 Kt 확장자 Kotlin Class / File 확장자 Activity 안드로이드 화면을 구성하 는 기본 단위
This work is licensed under the Apache 2.0 License Page
5. @ Annotation 첫 번째 Android 앱 만들기 컴파일러에게 정보를 제공하거나, 실행 시 특정 코드를 생성해주는 주석
This work is licensed under the Apache 2.0 License Unit
1. 첫 번째 Android 앱 shutterstock.com - 2094254767
감사합니다. Thank you This work is licensed under the Apache
2.0 License