{"id":30523,"date":"2024-10-28T03:51:00","date_gmt":"2024-10-28T03:51:00","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=30523"},"modified":"2024-11-26T06:48:19","modified_gmt":"2024-11-26T06:48:19","slug":"%ec%bd%94%ed%8b%80%eb%a6%b0-%ec%95%88%eb%93%9c%eb%a1%9c%ec%9d%b4%eb%93%9c-%ec%95%b1%ea%b0%9c%eb%b0%9c-%ea%b0%95%ec%a2%8c-%ec%bd%94%ed%8b%80%eb%a6%b0-%eb%84%90-%ec%95%88%ec%a0%84%ec%84%b1","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/30523\/","title":{"rendered":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \ucf54\ud2c0\ub9b0, \ub110 \uc548\uc804\uc131"},"content":{"rendered":"<p><body><\/p>\n<h2>\ucf54\ud2c0\ub9b0\uc758 \ub110 \uc548\uc804\uc131<\/h2>\n<p>\ucf54\ud2c0\ub9b0(Kotlin)\uc740 \ud604\uc7ac \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc5d0 \ub110\ub9ac \uc0ac\uc6a9\ub418\ub294 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \uc790\ubc14\uc758 \ub2e8\uc810\uc744 \ubcf4\uc644\ud558\uace0 \ub354 \uc548\uc804\ud55c \ucf54\ub4dc\ub97c \uc791\uc131\ud560 \uc218 \uc788\ub3c4\ub85d \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uadf8 \uc911\uc5d0\uc11c\ub3c4 \ub110 \uc548\uc804\uc131(null safety)\uc740 \ucf54\ud2c0\ub9b0\uc758 \uac00\uc7a5 \ud070 \uc7a5\uc810 \uc911 \ud558\ub098\ub85c, \uac1c\ubc1c\uc790\uac00 \ub110 \ud3ec\uc778\ud130 \uc608\uc678(NullPointerException)\uc5d0 \ub300\ud55c \uac71\uc815 \uc5c6\uc774 \ucf54\ub4dc\ub97c \uc791\uc131\ud560 \uc218 \uc788\uac8c \ub3c4\uc640\uc90d\ub2c8\ub2e4.<\/p>\n<h3>\ub110 \ud3ec\uc778\ud130 \uc608\uc678\ub780?<\/h3>\n<p>\ub110 \ud3ec\uc778\ud130 \uc608\uc678\ub294 \ud504\ub85c\uadf8\ub7a8\uc774 `null` \uac1d\uccb4\uc5d0 \uc811\uadfc\ud558\ub824\uace0 \ud560 \ub54c \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \uc790\ubc14\uc5d0\uc11c\ub294 `null` \uac12\uc744 \ud560\ub2f9\ubc1b\uc744 \uc218 \uc788\ub294 \ubcc0\uc218\ub4e4\uc774 \ub9ce\uc544 \ud504\ub85c\uadf8\ub7a8\uc5d0\uc11c \uc790\uc8fc \ubc1c\uc0dd\ud558\uba70, \uc774\ub294 \uce58\uba85\uc801\uc778 \uc624\ub958\ub97c \ucd08\ub798\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4:<\/p>\n<pre><code>\n    String str = null;\n    int length = str.length(); \/\/ \uc774 \uc904\uc5d0\uc11c NullPointerException \ubc1c\uc0dd\n    <\/code><\/pre>\n<h3>\ucf54\ud2c0\ub9b0\uc758 \ub110 \uc548\uc804\uc131<\/h3>\n<p>\ucf54\ud2c0\ub9b0\uc5d0\uc11c\ub294 \ubcc0\uc218\uac00 \ub110(null)\uc744 \uac00\uc9c8 \uc218 \uc788\ub294\uc9c0 \uc5ec\ubd80\ub97c \uba85\uc2dc\uc801\uc73c\ub85c \uc815\uc758\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uae30\ubcf8\uc801\uc73c\ub85c \ubaa8\ub4e0 \ubcc0\uc218\uac00 \ub110\uc774 \uc544\ub2d0 \uc218 \uc788\ub3c4\ub85d \uc124\uc815\ub418\uba70, \ub110\uc744 \ud5c8\uc6a9\ud558\ub824\uba74 \ubcc4\ub3c4\uc758 \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<h4>\ub110\uc744 \ud5c8\uc6a9\ud558\ub294 \ubcc0\uc218 \uc120\uc5b8<\/h4>\n<p>\ub110\uc744 \ud5c8\uc6a9\ud558\ub824\uba74 \ubcc0\uc218 \ud0c0\uc785\uc5d0 <code>?<\/code> \uae30\ud638\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4. \uc608:<\/p>\n<pre><code>\n    var name: String? = null  \/\/ \ub110\uc744 \ud5c8\uc6a9\ud558\ub294 String \ubcc0\uc218\n    <\/code><\/pre>\n<h4>\ub110 \uc548\uc804\ud55c \ud638\ucd9c(?.)\uacfc \uc5d8\ube44\uc2a4 \uc5f0\uc0b0\uc790(?:)<\/h4>\n<p>\ucf54\ud2c0\ub9b0\uc5d0\uc11c\ub294 \ub110 \uc548\uc804\ud55c \ud638\ucd9c\uc744 \uc704\ud574 <code>?.<\/code> \uc5f0\uc0b0\uc790\ub97c \uc0ac\uc6a9\ud558\uc5ec \uac1d\uccb4\uac00 \ub110\uc778\uc9c0 \ud655\uc778\ud55c \ud6c4 \uba54\uc11c\ub4dc\ub97c \ud638\ucd9c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub9cc\uc57d \uac1d\uccb4\uac00 \ub110\uc774\uba74, \uba54\uc11c\ub4dc\ub294 \ud638\ucd9c\ub418\uc9c0 \uc54a\uace0 \ub110\uc744 \ubc18\ud658\ud569\ub2c8\ub2e4.<\/p>\n<p>\uc608\ub97c \ub4e4\uc5b4:<\/p>\n<pre><code>\n    var name: String? = null\n    println(name?.length)  \/\/ \ucd9c\ub825: null\n    <\/code><\/pre>\n<p>\ub610\ud55c, \uc5d8\ube44\uc2a4 \uc5f0\uc0b0\uc790(<code>?:<\/code>)\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub110\uc77c \uacbd\uc6b0 \uae30\ubcf8\uac12\uc744 \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>\n    var length = name?.length ?: 0  \/\/ \ub9cc\uc57d name\uc774 null\uc774\ub77c\uba74, length\ub294 0\n    println(length)  \/\/ \ucd9c\ub825: 0\n    <\/code><\/pre>\n<h3>\ucf54\ud2c0\ub9b0\uc5d0\uc11c \ub110 \uc548\uc804\uc131\uc744 \ud65c\uc6a9\ud55c \uac04\ub2e8\ud55c \uc608\uc81c<\/h3>\n<p>\uc774\ubc88\uc5d0\ub294 \ucf54\ud2c0\ub9b0\uc744 \uc0ac\uc6a9\ud55c \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc5d0\uc11c \ub110 \uc548\uc804\uc131\uc744 \ud65c\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc8fc\ub294 \uc608\uc81c\ub97c \uc791\uc131\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uac04\ub2e8\ud55c \uc0ac\uc6a9\uc790 \uc815\ubcf4\ub97c \uc785\ub825\ubc1b\ub294 \uc571\uc744 \ub9cc\ub4e4\uc5b4 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h4>\ud504\ub85c\uc81d\ud2b8 \uc124\uc815<\/h4>\n<p>\uc548\ub4dc\ub85c\uc774\ub4dc \uc2a4\ud29c\ub514\uc624\ub97c \uc5f4\uace0 \uc0c8 \ud504\ub85c\uc81d\ud2b8\ub97c \ub9cc\ub4ed\ub2c8\ub2e4. &#8220;Empty Activity&#8221; \ud15c\ud50c\ub9bf\uc744 \uc120\ud0dd\ud558\uace0, \ucf54\ud2c0\ub9b0\uc744 \uc120\ud0dd\ud569\ub2c8\ub2e4. \ud504\ub85c\uc81d\ud2b8 \uc774\ub984\uc740 &#8220;UserInputApp&#8221;\uc73c\ub85c \uc124\uc815\ud569\ub2c8\ub2e4.<\/p>\n<h4>\ub808\uc774\uc544\uc6c3 \ud30c\uc77c \uc218\uc815<\/h4>\n<p>\ud504\ub85c\uc81d\ud2b8\uc758 <code>res\/layout\/activity_main.xml<\/code> \ud30c\uc77c\uc744 \uc5f4\uace0 \ub2e4\uc74c\uacfc \uac19\uc774 \uc218\uc815\ud569\ub2c8\ub2e4:<\/p>\n<pre><code>\n    &lt;LinearLayout xmlns:android=\"http:\/\/schemas.android.com\/apk\/res\/android\"\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"match_parent\"\n        android:orientation=\"vertical\"\n        android:padding=\"16dp\"&gt;\n\n        &lt;EditText\n            android:id=\"@+id\/editTextName\"\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"wrap_content\"\n            android:hint=\"\uc774\ub984\uc744 \uc785\ub825\ud558\uc138\uc694\" \/&gt;\n\n        &lt;Button\n            android:id=\"@+id\/buttonSubmit\"\n            android:layout_width=\"wrap_content\"\n            android:layout_height=\"wrap_content\"\n            android:text=\"\uc81c\ucd9c\" \/&gt;\n\n        &lt;TextView\n            android:id=\"@+id\/textViewResult\"\n            android:layout_width=\"wrap_content\"\n            android:layout_height=\"wrap_content\"\n            android:layout_marginTop=\"16dp\" \/&gt;\n\n    &lt;\/LinearLayout&gt;\n    <\/code><\/pre>\n<h4>\uba54\uc778 \uc561\ud2f0\ube44\ud2f0 \ucf54\ub4dc \uc791\uc131<\/h4>\n<p>\uc774\uc81c <code>MainActivity.kt<\/code> \ud30c\uc77c\uc744 \uc5f4\uace0 \ub2e4\uc74c \ucf54\ub4dc\ub97c \uc791\uc131\ud569\ub2c8\ub2e4:<\/p>\n<pre><code>\n    package com.example.userinputapp\n\n    import android.os.Bundle\n    import android.view.View\n    import android.widget.Button\n    import android.widget.EditText\n    import android.widget.TextView\n    import androidx.appcompat.app.AppCompatActivity\n\n    class MainActivity : AppCompatActivity() {\n        private lateinit var editTextName: EditText\n        private lateinit var buttonSubmit: Button\n        private lateinit var textViewResult: TextView\n\n        override fun onCreate(savedInstanceState: Bundle?) {\n            super.onCreate(savedInstanceState)\n            setContentView(R.layout.activity_main)\n\n            editTextName = findViewById(R.id.editTextName)\n            buttonSubmit = findViewById(R.id.buttonSubmit)\n            textViewResult = findViewById(R.id.textViewResult)\n\n            buttonSubmit.setOnClickListener {\n                val name: String? = editTextName.text.toString().takeIf { it.isNotEmpty() }\n                textViewResult.text = \"\uc785\ub825\ud55c \uc774\ub984: ${name ?: \"\uc774\ub984\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.\"}\"\n            }\n        }\n    }\n    <\/code><\/pre>\n<h3>\uacb0\ub860<\/h3>\n<p>\ucf54\ud2c0\ub9b0\uc758 \ub110 \uc548\uc804\uc131\uc740 \uac1c\ubc1c\uc790\uac00 \ucf54\ub4dc \uc791\uc131 \uc2dc \ubd88\ud544\uc694\ud55c \uc624\ub958\ub97c \uc904\uc774\uace0, \ub354 \uc548\uc804\ud55c \ucf54\ub4dc\ub97c \uc791\uc131\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\uc2b5\ub2c8\ub2e4. \uc704\uc758 \uc608\uc81c\ub97c \ud1b5\ud574 \ub110 \uc548\uc804\uc131\uc758 \uc774\uc810\uc744 \uc0b4\ud3b4\ubcf4\uc558\uc73c\uba70, \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c \uc2dc \ub110\uc744 \ud6a8\uacfc\uc801\uc73c\ub85c \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc744 \uc775\ud790 \uc218 \uc788\uc5c8\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c \uac15\uc88c\uc5d0\uc11c\ub294 \ucf54\ud2c0\ub9b0\uc758 \uace0\uae09 \uae30\ub2a5 \ubc0f \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc758 \ub2e4\ub978 \uce21\uba74\uc744 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4!<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ucf54\ud2c0\ub9b0\uc758 \ub110 \uc548\uc804\uc131 \ucf54\ud2c0\ub9b0(Kotlin)\uc740 \ud604\uc7ac \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc5d0 \ub110\ub9ac \uc0ac\uc6a9\ub418\ub294 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \uc790\ubc14\uc758 \ub2e8\uc810\uc744 \ubcf4\uc644\ud558\uace0 \ub354 \uc548\uc804\ud55c \ucf54\ub4dc\ub97c \uc791\uc131\ud560 \uc218 \uc788\ub3c4\ub85d \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uadf8 \uc911\uc5d0\uc11c\ub3c4 \ub110 \uc548\uc804\uc131(null safety)\uc740 \ucf54\ud2c0\ub9b0\uc758 \uac00\uc7a5 \ud070 \uc7a5\uc810 \uc911 \ud558\ub098\ub85c, \uac1c\ubc1c\uc790\uac00 \ub110 \ud3ec\uc778\ud130 \uc608\uc678(NullPointerException)\uc5d0 \ub300\ud55c \uac71\uc815 \uc5c6\uc774 \ucf54\ub4dc\ub97c \uc791\uc131\ud560 \uc218 \uc788\uac8c \ub3c4\uc640\uc90d\ub2c8\ub2e4. \ub110 \ud3ec\uc778\ud130 \uc608\uc678\ub780? \ub110 \ud3ec\uc778\ud130 \uc608\uc678\ub294 \ud504\ub85c\uadf8\ub7a8\uc774 `null` \uac1d\uccb4\uc5d0 \uc811\uadfc\ud558\ub824\uace0 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/30523\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \ucf54\ud2c0\ub9b0, \ub110 \uc548\uc804\uc131&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[35],"tags":[],"class_list":["post-30523","post","type-post","status-publish","format-standard","hentry","category-35"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \ucf54\ud2c0\ub9b0, \ub110 \uc548\uc804\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/30523\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \ucf54\ud2c0\ub9b0, \ub110 \uc548\uc804\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ucf54\ud2c0\ub9b0\uc758 \ub110 \uc548\uc804\uc131 \ucf54\ud2c0\ub9b0(Kotlin)\uc740 \ud604\uc7ac \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc5d0 \ub110\ub9ac \uc0ac\uc6a9\ub418\ub294 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \uc790\ubc14\uc758 \ub2e8\uc810\uc744 \ubcf4\uc644\ud558\uace0 \ub354 \uc548\uc804\ud55c \ucf54\ub4dc\ub97c \uc791\uc131\ud560 \uc218 \uc788\ub3c4\ub85d \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uadf8 \uc911\uc5d0\uc11c\ub3c4 \ub110 \uc548\uc804\uc131(null safety)\uc740 \ucf54\ud2c0\ub9b0\uc758 \uac00\uc7a5 \ud070 \uc7a5\uc810 \uc911 \ud558\ub098\ub85c, \uac1c\ubc1c\uc790\uac00 \ub110 \ud3ec\uc778\ud130 \uc608\uc678(NullPointerException)\uc5d0 \ub300\ud55c \uac71\uc815 \uc5c6\uc774 \ucf54\ub4dc\ub97c \uc791\uc131\ud560 \uc218 \uc788\uac8c \ub3c4\uc640\uc90d\ub2c8\ub2e4. \ub110 \ud3ec\uc778\ud130 \uc608\uc678\ub780? \ub110 \ud3ec\uc778\ud130 \uc608\uc678\ub294 \ud504\ub85c\uadf8\ub7a8\uc774 `null` \uac1d\uccb4\uc5d0 \uc811\uadfc\ud558\ub824\uace0 &hellip; \ub354 \ubcf4\uae30 &quot;\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \ucf54\ud2c0\ub9b0, \ub110 \uc548\uc804\uc131&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/30523\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-28T03:51:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:48:19+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/30523\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30523\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \ucf54\ud2c0\ub9b0, \ub110 \uc548\uc804\uc131\",\"datePublished\":\"2024-10-28T03:51:00+00:00\",\"dateModified\":\"2024-11-26T06:48:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30523\/\"},\"wordCount\":10,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/30523\/\",\"url\":\"https:\/\/atmokpo.com\/w\/30523\/\",\"name\":\"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \ucf54\ud2c0\ub9b0, \ub110 \uc548\uc804\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-28T03:51:00+00:00\",\"dateModified\":\"2024-11-26T06:48:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30523\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/30523\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/30523\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \ucf54\ud2c0\ub9b0, \ub110 \uc548\uc804\uc131\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \ucf54\ud2c0\ub9b0, \ub110 \uc548\uc804\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/30523\/","og_locale":"ko_KR","og_type":"article","og_title":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \ucf54\ud2c0\ub9b0, \ub110 \uc548\uc804\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ucf54\ud2c0\ub9b0\uc758 \ub110 \uc548\uc804\uc131 \ucf54\ud2c0\ub9b0(Kotlin)\uc740 \ud604\uc7ac \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc5d0 \ub110\ub9ac \uc0ac\uc6a9\ub418\ub294 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \uc790\ubc14\uc758 \ub2e8\uc810\uc744 \ubcf4\uc644\ud558\uace0 \ub354 \uc548\uc804\ud55c \ucf54\ub4dc\ub97c \uc791\uc131\ud560 \uc218 \uc788\ub3c4\ub85d \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uadf8 \uc911\uc5d0\uc11c\ub3c4 \ub110 \uc548\uc804\uc131(null safety)\uc740 \ucf54\ud2c0\ub9b0\uc758 \uac00\uc7a5 \ud070 \uc7a5\uc810 \uc911 \ud558\ub098\ub85c, \uac1c\ubc1c\uc790\uac00 \ub110 \ud3ec\uc778\ud130 \uc608\uc678(NullPointerException)\uc5d0 \ub300\ud55c \uac71\uc815 \uc5c6\uc774 \ucf54\ub4dc\ub97c \uc791\uc131\ud560 \uc218 \uc788\uac8c \ub3c4\uc640\uc90d\ub2c8\ub2e4. \ub110 \ud3ec\uc778\ud130 \uc608\uc678\ub780? \ub110 \ud3ec\uc778\ud130 \uc608\uc678\ub294 \ud504\ub85c\uadf8\ub7a8\uc774 `null` \uac1d\uccb4\uc5d0 \uc811\uadfc\ud558\ub824\uace0 &hellip; \ub354 \ubcf4\uae30 \"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \ucf54\ud2c0\ub9b0, \ub110 \uc548\uc804\uc131\"","og_url":"https:\/\/atmokpo.com\/w\/30523\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-28T03:51:00+00:00","article_modified_time":"2024-11-26T06:48:19+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/30523\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/30523\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \ucf54\ud2c0\ub9b0, \ub110 \uc548\uc804\uc131","datePublished":"2024-10-28T03:51:00+00:00","dateModified":"2024-11-26T06:48:19+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/30523\/"},"wordCount":10,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/30523\/","url":"https:\/\/atmokpo.com\/w\/30523\/","name":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \ucf54\ud2c0\ub9b0, \ub110 \uc548\uc804\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-28T03:51:00+00:00","dateModified":"2024-11-26T06:48:19+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/30523\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/30523\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/30523\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \ucf54\ud2c0\ub9b0, \ub110 \uc548\uc804\uc131"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":30444,"url":"https:\/\/atmokpo.com\/w\/30444\/","url_meta":{"origin":30523,"position":0},"title":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \ubdf0 \uc774\ubca4\ud2b8","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc5d0 \uc788\uc5b4 \ubdf0 \uc774\ubca4\ud2b8 \ucc98\ub9ac\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc571 \uac1c\ubc1c\uc5d0\uc11c \ubdf0\ub294 \uc0ac\uc6a9\uc790\uc640\uc758 \uc0c1\ud638\uc791\uc6a9\uc744 \ub2f4\ub2f9\ud558\ub294 \ubaa8\ub4e0 UI \uc694\uc18c\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4. \uc720\uc800\uac00 \ubc84\ud2bc\uc744 \ud074\ub9ad\ud558\uac70\ub098, \ud14d\uc2a4\ud2b8\ub97c \uc785\ub825\ud558\ub294 \ub4f1\uc758 \uc561\uc158\uc744 \ud1b5\ud574 \uc571\uacfc \uc18c\ud1b5\ud560 \ub54c \ubc1c\uc0dd\ud558\ub294 \uc774\ubca4\ud2b8\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \ucc98\ub9ac\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \ucf54\ud2c0\ub9b0\uc5d0\uc11c\ub294 \ubdf0 \uc774\ubca4\ud2b8\ub97c \uac04\ud3b8\ud558\uac8c \uad00\ub9ac\ud560 \uc218 \uc788\ub294 \ub2e4\uc591\ud55c \ubc29\ubc95\uacfc \ub3c4\uad6c\ub97c\u2026","rel":"","context":"&quot;\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/%ec%bd%94%ed%8b%80%eb%a6%b0-%ec%95%88%eb%93%9c%eb%a1%9c%ec%9d%b4%eb%93%9c%ec%95%b1-%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":30545,"url":"https:\/\/atmokpo.com\/w\/30545\/","url_meta":{"origin":30523,"position":1},"title":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \ud2c0\ub9b0 \uac1d\uccb4\uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\ucd5c\uadfc \ubaa8\ubc14\uc77c \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc774 \ud65c\uc131\ud654\ub418\uace0, \uadf8 \uc911\uc5d0\uc11c\ub3c4 \uc548\ub4dc\ub85c\uc774\ub4dc \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc774 \uc8fc\ubaa9\ubc1b\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ucf54\ud2c0\ub9b0(Kotlin)\uc740 \uad6c\uae00\uc774 \uacf5\uc2dd\uc801\uc73c\ub85c \uc9c0\uc6d0\ud558\ub294 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c \uc5b8\uc5b4\ub85c, \uac04\uacb0\ud558\uace0 \uc548\uc804\ud55c \ubb38\ubc95\uc73c\ub85c \ub9ce\uc740 \uac1c\ubc1c\uc790\ub4e4\uc5d0\uac8c \uc0ac\ub791\ubc1b\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uac1d\uccb4\uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d(OOP)\uc758 \uae30\ubcf8 \uac1c\ub150\uc744 \uc54c\uc544\ubcf4\uace0, \uc774\ub97c \ucf54\ud2c0\ub9b0\uc744 \ud65c\uc6a9\ud55c \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc5d0 \uc5b4\ub5bb\uac8c \uc801\uc6a9\ud560 \uc218 \uc788\ub294\uc9c0 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ud2b9\ud788 '\ud2c0\ub9b0 \uac1d\uccb4\uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d'\uc774\ub77c\ub294 \uc8fc\uc81c\ub97c\u2026","rel":"","context":"&quot;\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/%ec%bd%94%ed%8b%80%eb%a6%b0-%ec%95%88%eb%93%9c%eb%a1%9c%ec%9d%b4%eb%93%9c%ec%95%b1-%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":30466,"url":"https:\/\/atmokpo.com\/w\/30466\/","url_meta":{"origin":30523,"position":2},"title":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4 \uad6c\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\uc2a4\ub9c8\ud2b8\ud3f0\uc5d0\uc11c \uc571\uc744 \uac1c\ubc1c\ud560 \ub54c, \uc0ac\uc6a9\uc790\uc758 \uae30\uae30 \uc815\ubcf4\ub97c \uad6c\ud558\ub294 \uac83\uc740 \ud544\uc218\uc801\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \ud5a5\uc0c1\uc2dc\ud0a4\uace0 \ub9de\ucda4\ud615 \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\uae30 \uc704\ud574\uc11c\ub294 \ub514\ubc14\uc774\uc2a4\uc758 \ub2e4\uc591\ud55c \uc815\ubcf4\ub97c \ud65c\uc6a9\ud560 \uc218 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ucf54\ud2c0\ub9b0\uc744 \ud65c\uc6a9\ud558\uc5ec Android \uae30\uae30\uc758 \uc815\ubcf4\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \uad6c\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4\ub780? \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4\ub780 \uc0ac\uc6a9\uc790\uc758 \ud558\ub4dc\uc6e8\uc5b4 \ubc0f \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uad6c\uc131 \uc694\uc18c\uc5d0 \ub300\ud55c \uc815\ubcf4\uc785\ub2c8\ub2e4.\u2026","rel":"","context":"&quot;\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/%ec%bd%94%ed%8b%80%eb%a6%b0-%ec%95%88%eb%93%9c%eb%a1%9c%ec%9d%b4%eb%93%9c%ec%95%b1-%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":30543,"url":"https:\/\/atmokpo.com\/w\/30543\/","url_meta":{"origin":30523,"position":3},"title":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \ud130\uce58\uc640 \ud0a4 \uc774\ubca4\ud2b8","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \ub0a0\uc9dc: [\ub0a0\uc9dc] \uc11c\ub860 \uc548\ub4dc\ub85c\uc774\ub4dc \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc5d0\uc11c \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4(UI)\ub294 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\uac00 \uc571\uacfc \uc0c1\ud638\uc791\uc6a9\ud558\uae30 \uc704\ud574\uc11c\ub294 \ub2e4\uc591\ud55c \uc774\ubca4\ud2b8\ub97c \ucc98\ub9ac\ud560 \uc218 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \ucf54\ud2c0\ub9b0\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uc5d0\uc11c \ud130\uce58 \uc774\ubca4\ud2b8\uc640 \ud0a4 \uc774\ubca4\ud2b8\ub97c \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc744 \uc2ec\ub3c4 \uc788\uac8c \ub2e4\ub8f0 \uac83\uc785\ub2c8\ub2e4. \ud2b9\ud788 \ud130\uce58 \uc774\ubca4\ud2b8\ub294 \ud654\uba74\uc744 \ud130\uce58\ud558\ub294 \ud589\ub3d9\uacfc \uad00\ub828\ub41c \uac83\uc774\uba70, \ud0a4 \uc774\ubca4\ud2b8\ub294 \ubb3c\ub9ac\uc801\u2026","rel":"","context":"&quot;\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/%ec%bd%94%ed%8b%80%eb%a6%b0-%ec%95%88%eb%93%9c%eb%a1%9c%ec%9d%b4%eb%93%9c%ec%95%b1-%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":30557,"url":"https:\/\/atmokpo.com\/w\/30557\/","url_meta":{"origin":30523,"position":4},"title":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \ud37c\ubbf8\uc158 \uc124\uc815\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\uc548\ub4dc\ub85c\uc774\ub4dc \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud558\ub294 \ub370 \uc788\uc5b4 \ud37c\ubbf8\uc158(permission) \uc124\uc815\uc740 \ub9e4\uc6b0 \uc911\uc694\ud55c \ubd80\ubd84\uc785\ub2c8\ub2e4. \ud37c\ubbf8\uc158\uc740 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc774 \ud2b9\uc815 \uae30\ub2a5\uc774\ub098 \ub370\uc774\ud130\ub97c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \uc0ac\uc6a9\uc790\uc5d0\uac8c \uc694\uccad\ud558\ub294 \uad8c\ud55c\uc744 \uc758\ubbf8\ud558\uba70, \uc62c\ubc14\ub978 \ud37c\ubbf8\uc158 \uc124\uc815\uc740 \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \uac1c\uc120\ud558\uace0 \ubcf4\uc548\uc744 \uac15\ud654\ud558\ub294 \ub370 \uae30\uc5ec\ud569\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ucf54\ud2c0\ub9b0\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc548\ub4dc\ub85c\uc774\ub4dc \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \ud37c\ubbf8\uc158\uc744 \uc124\uc815\ud558\ub294 \ubc29\ubc95\uc744 \uc790\uc138\ud788 \ub2e4\ub904\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \ud37c\ubbf8\uc158\uc758 \uc774\ud574 \uc548\ub4dc\ub85c\uc774\ub4dc\uc5d0\uc11c\ub294 \ub124\ud2b8\uc6cc\ud06c \uc561\uc138\uc2a4, \uce74\uba54\ub77c, \uc704\uce58\u2026","rel":"","context":"&quot;\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/%ec%bd%94%ed%8b%80%eb%a6%b0-%ec%95%88%eb%93%9c%eb%a1%9c%ec%9d%b4%eb%93%9c%ec%95%b1-%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":30488,"url":"https:\/\/atmokpo.com\/w\/30488\/","url_meta":{"origin":30523,"position":5},"title":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc571 \uad6c\uc131 \ud30c\uc77c \ubd84\uc11d","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \ub0a0\uc9dc: [\ub0a0\uc9dc] \uc11c\ub860 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uc744 \uac1c\ubc1c\ud558\uae30 \uc704\ud574\uc11c\ub294 \uc5ec\ub7ec \uad6c\uc131 \ud30c\uc77c\uc744 \uc774\ud574\ud558\uace0 \ud65c\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc5d0 \uc911\uc694\ud55c \uc5ec\ub7ec \uad6c\uc131 \ud30c\uc77c\uc758 \uc5ed\ud560\uacfc \uadf8 \ub0b4\uc6a9\uc744 \ubd84\uc11d\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ucf54\ud2c0\ub9b0(Kotlin)\uc740 \uc774\ub7ec\ud55c \ud30c\uc77c\ub4e4\uc744 \uad00\ub9ac\ud558\uae30\uc5d0 \ub9e4\uc6b0 \ud6a8\uacfc\uc801\uc778 \uc5b8\uc5b4\uc774\uba70, \uc0dd\uc0b0\uc131\uacfc \uc548\uc815\uc131\uc744 \ub3d9\uc2dc\uc5d0 \uc81c\uacf5\ud574 \uc90d\ub2c8\ub2e4. \ubcf8 \uae00\uc5d0\uc11c\ub294 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uc758 \uae30\ubcf8 \uad6c\uc870\ub97c \uc774\ud574\ud558\uace0, \uac01 \uad6c\uc131 \ud30c\uc77c\uc758\u2026","rel":"","context":"&quot;\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/%ec%bd%94%ed%8b%80%eb%a6%b0-%ec%95%88%eb%93%9c%eb%a1%9c%ec%9d%b4%eb%93%9c%ec%95%b1-%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30523","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=30523"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30523\/revisions"}],"predecessor-version":[{"id":30524,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30523\/revisions\/30524"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=30523"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=30523"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=30523"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}