Skip to content

jiukeem/Android-Basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android-Basics

구글 디벨로퍼에 있는 코틀린 코스 작업물들 기록

모든 자료와 이미지 출처: https://developer.android.com/courses/android-basics-kotlin/course


Unit2 Part3 Affirmation App

  • RecyclerView 활용해보기
  • Adapter, ViewHolder, Item List 등 RecyclerView Structure 익히기
  • 용도에 따라 파일나눠 관리하는 연습하기(dataset 준비/ data class 정의/ MainActivity 등) image
  • color theme 을 쉽게 적용해볼 수 있는 곳 : https://material.io/resources/color/#!/?view.left=0&view.right=0
  • RecyclerView 구현 중 Adapter에서 아직 이해하지 못한 부분: onCreateViewHolder()


Unit3 Part1 Words App

  • 새로 사용하는 개념: lambdas, higher order functions
  • navigation between multi activities, explicit/ implicit intent 활용해보기
  • menu option 다뤄보기


Unit3 Part1 - 2 Dessert Clicker App

  • Activity LifeCycle 이해하기
  • Preserving activity state( onSaveInstanceState(), onRestoreInstanceState() )
  • Configuration changes
    • happens when the state of the device changes so radically that the easiest way for the system to resolve the change is to destroy and rebuild the activity


Unit3 Part2 Words App (3-1에서 멀티액티비티로 구현했던 걸 프레그먼트로 구현해보기)


그 밖에 기록해놓을만한 부분들

  1. findViewById 와 view binding (Unit2 Part1의 5번째 활동)

About

Google Course - Andoird Basics in Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors