{"id":30468,"date":"2024-10-28T03:50:45","date_gmt":"2024-10-28T03:50:45","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=30468"},"modified":"2024-11-26T06:48:29","modified_gmt":"2024-11-26T06:48:29","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%8b%9c%ea%b3%84-%ec%95%b1%ec%9d%98-%ec%8a%a4%ed%86%b1%ec%9b%8c%ec%b9%98","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/30468\/","title":{"rendered":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2dc\uacc4 \uc571\uc758 \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5 \ub9cc\ub4e4\uae30"},"content":{"rendered":"<p><body><\/p>\n<p>\uc548\ub4dc\ub85c\uc774\ub4dc \uac1c\ubc1c\uc5d0\uc11c \uc2dc\uacc4 \uc571\uc744 \ub9cc\ub4e4\uba74\uc11c \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5\uc744 \uad6c\ud604\ud558\ub294 \uac83\uc740 \ub9e4\uc6b0 \uc720\uc6a9\ud55c \uc5f0\uc2b5\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 Kotlin\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc790\uc138\ud788 \uc124\uba85\ud560 \uac83\uc785\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 \uc804\uccb4\uc801\uc778 \uc571 \uad6c\uc870\ub97c \uc124\uc815\ud558\uace0, \uc2a4\ud1b1\uc6cc\uce58\uc758 UI\ub97c \ub514\uc790\uc778\ud558\uba70, \uc2a4\ud1b1\uc6cc\uce58\uc758 \uae30\ubcf8 \ub3d9\uc791\uc744 \uad6c\ud604\ud560 \uac83\uc785\ub2c8\ub2e4.<\/p>\n<h2>1. \ud504\ub85c\uc81d\ud2b8 \uc124\uc815<\/h2>\n<p>Android Studio\ub97c \uc5f4\uace0 \uc0c8\ub85c\uc6b4 \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4. \ud504\ub85c\uc81d\ud2b8\uc758 \uc774\ub984\uc740 &#8220;StopwatchApp&#8221;\uc73c\ub85c \uc124\uc815\ud558\uace0, \uc5b8\uc5b4\ub294 Kotlin\uc744 \uc120\ud0dd\ud569\ub2c8\ub2e4. Minimum SDK\ub294 API 21 (Lollipop) \uc774\uc0c1\uc73c\ub85c \uc124\uc815\ud569\ub2c8\ub2e4.<\/p>\n<h3>1.1. Gradle \uc885\uc18d\uc131 \ucd94\uac00<\/h3>\n<p>\uc2a4\ud1b1\uc6cc\uce58\uc758 UI \uc694\uc18c\ub4e4\uc744 \uad6c\ud604\ud558\uae30 \uc704\ud574 \ud2b9\ubcc4\ud55c \ub77c\uc774\ube0c\ub7ec\ub9ac\uac00 \ud544\uc694\ud558\uc9c0 \uc54a\uc9c0\ub9cc, <code>ViewModel<\/code>\uacfc <code>LiveData<\/code>\ub97c \uc0ac\uc6a9\ud558\uc5ec UI \uc0c1\ud0dc\ub97c \uad00\ub9ac\ud560 \uac83\uc785\ub2c8\ub2e4. \ub530\ub77c\uc11c, \ub2e4\uc74c\uacfc \uac19\uc740 \uc885\uc18d\uc131\uc744 <code>build.gradle<\/code> \ud30c\uc77c\uc5d0 \ucd94\uac00\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>implementation \"androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0\"\nimplementation \"androidx.lifecycle:lifecycle-livedata-ktx:2.4.0\"<\/code><\/pre>\n<h2>2. UI \uc124\uacc4<\/h2>\n<p>\uc2a4\ud1b1\uc6cc\uce58\uc758 UI\ub294 \uae30\ubcf8\uc801\uc73c\ub85c <code>TextView<\/code>\uc640 <code>Button<\/code>\uc73c\ub85c \uad6c\uc131\ub429\ub2c8\ub2e4. <code>activity_main.xml<\/code> \ud30c\uc77c\uc744 \uc5f4\uace0 \ub2e4\uc74c\uacfc \uac19\uc774 UI\ub97c \uc124\uacc4\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>&lt;?xml version=\"1.0\" encoding=\"utf-8\"?&gt;\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:gravity=\"center\"&gt;\n\n    &lt;TextView\n        android:id=\"@+id\/tvStopwatch\"\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\"\n        android:textSize=\"48sp\"\n        android:text=\"00:00:00\"\n        android:layout_marginBottom=\"20dp\"\/&gt;\n\n    &lt;Button\n        android:id=\"@+id\/btnStart\"\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\"\n        android:text=\"\uc2dc\uc791\"\/&gt;\n\n    &lt;Button\n        android:id=\"@+id\/btnStop\"\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\"\n        android:text=\"\uc815\uc9c0\"\/&gt;\n\n    &lt;Button\n        android:id=\"@+id\/btnReset\"\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\"\n        android:text=\"\ub9ac\uc14b\"\/&gt;\n\n&lt;\/LinearLayout&gt;<\/code><\/pre>\n<h2>3. \ub85c\uc9c1 \uad6c\ud604<\/h2>\n<p>MainActivity.kt \ud30c\uc77c\uc744 \uc5f4\uace0 \uc2a4\ud1b1\uc6cc\uce58\uc758 \ub85c\uc9c1\uc744 \uad6c\ud604\ud569\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 <code>CountDownTimer<\/code>\ub97c \ud65c\uc6a9\ud558\uc5ec \uc2a4\ud1b1\uc6cc\uce58\uc758 \uc2dc\uac04\uc744 \uce74\uc6b4\ud2b8\ud560 \uac83\uc785\ub2c8\ub2e4.<\/p>\n<h3>3.1. ViewModel \uc0dd\uc131<\/h3>\n<p>\uc2a4\ud1b1\uc6cc\uce58\uc758 \uc0c1\ud0dc\ub97c \uad00\ub9ac\ud558\uae30 \uc704\ud574 ViewModel \ud074\ub798\uc2a4\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 UI \uad00\ub828 \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>class StopwatchViewModel : ViewModel() {\n    private var timer: CountDownTimer? = null\n    private var time = 0L\n    private val _formattedTime = MutableLiveData<string>()\n\n    val formattedTime: LiveData<string> get() = _formattedTime\n\n    private fun updateTime() {\n        val hours = (time \/ 3600000) % 24\n        val minutes = (time \/ 60000) % 60\n        val seconds = (time \/ 1000) % 60\n        _formattedTime.value = String.format(\"%02d:%02d:%02d\", hours, minutes, seconds)\n    }\n\n    fun start() {\n        timer = object : CountDownTimer(Long.MAX_VALUE, 1000) {\n            override fun onTick(millisUntilFinished: Long) {\n                time += 1000\n                updateTime()\n            }\n\n            override fun onFinish() {}\n        }.start()\n    }\n\n    fun stop() {\n        timer?.cancel()\n    }\n\n    fun reset() {\n        stop()\n        time = 0\n        updateTime()\n    }\n}<\/string><\/string><\/code><\/pre>\n<h3>3.2. MainActivity \uad6c\ud604<\/h3>\n<p>\uc774\uc81c MainActivity.kt \ud30c\uc77c\uc5d0\uc11c ViewModel\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubc84\ud2bc \ud074\ub9ad \uc774\ubca4\ud2b8\ub97c \ucc98\ub9ac\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>class MainActivity : AppCompatActivity() {\n    private lateinit var viewModel: StopwatchViewModel\n    private lateinit var tvStopwatch: TextView\n    private lateinit var btnStart: Button\n    private lateinit var btnStop: Button\n    private lateinit var btnReset: Button\n\n    override fun onCreate(savedInstanceState: Bundle?) {\n        super.onCreate(savedInstanceState)\n        setContentView(R.layout.activity_main)\n\n        viewModel = ViewModelProvider(this).get(StopwatchViewModel::class.java)\n        tvStopwatch = findViewById(R.id.tvStopwatch)\n        btnStart = findViewById(R.id.btnStart)\n        btnStop = findViewById(R.id.btnStop)\n        btnReset = findViewById(R.id.btnReset)\n\n        viewModel.formattedTime.observe(this, { time -&gt;\n            tvStopwatch.text = time\n        })\n\n        btnStart.setOnClickListener {\n            viewModel.start()\n        }\n\n        btnStop.setOnClickListener {\n            viewModel.stop()\n        }\n\n        btnReset.setOnClickListener {\n            viewModel.reset()\n        }\n    }\n}<\/code><\/pre>\n<h2>4. \uc571 \uc2e4\ud589 \ubc0f \ud14c\uc2a4\ud2b8<\/h2>\n<p>\uc774\uc81c \uc571\uc744 \uc2e4\ud589\ud558\uace0 \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5\uc744 \ud14c\uc2a4\ud2b8\ud574\ubd05\uc2dc\ub2e4. \uc2dc\uc791 \ubc84\ud2bc\uc744 \ub204\ub974\uba74 \uc2a4\ud1b1\uc6cc\uce58\uac00 \uc2dc\uc791\ub418\uace0, \uc815\uc9c0 \ubc84\ud2bc\uc73c\ub85c \uc2dc\uac04\uc744 \uba48\ucd9c \uc218 \uc788\uc73c\uba70, \ub9ac\uc14b \ubc84\ud2bc\uc73c\ub85c \uc2dc\uac04\uc744 \ucd08\uae30\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>5. \uac1c\uc120 \uc0ac\ud56d<\/h2>\n<p>\uae30\ubcf8 \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5\uc774 \uad6c\ud604\ub418\uc5c8\uc9c0\ub9cc, \ucd94\uac00\uc801\uc73c\ub85c \ub2e4\uc74c\uacfc \uac19\uc740 \uae30\ub2a5\ub4e4\uc744 \uac1c\uc120\ud558\uc5ec \uad6c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li>\uc77c\uc2dc \uc815\uc9c0(Pause) \uae30\ub2a5 \ucd94\uac00<\/li>\n<li>\uc2dc\uac04 \uae30\ub85d \uae30\ub2a5 (Lap) \ucd94\uac00<\/li>\n<li>UI \uac1c\uc120 \ubc0f \uc560\ub2c8\uba54\uc774\uc158 \uc801\uc6a9<\/li>\n<\/ul>\n<h2>6. \uacb0\ub860<\/h2>\n<p>\uc774 \uae00\uc5d0\uc11c\ub294 Kotlin\uc744 \uc0ac\uc6a9\ud558\uc5ec \uac04\ub2e8\ud55c \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5\uc744 \uac00\uc9c4 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc124\uba85\ud588\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uae30\ucd08\uc801\uc778 \uc571\uc744 \ud1b5\ud574 Kotlin\uacfc Android\uc758 \uae30\ubcf8\uc801\uc778 \uac1c\ub150\uc744 \uc775\ud790 \uc218 \uc788\uc744 \uac83\uc785\ub2c8\ub2e4. \ucc28\ud6c4 \ub354 \ubcf5\uc7a1\ud55c \uc571\uc744 \ub9cc\ub4e4\uae30 \uc704\ud55c \uae30\ucd08\ub97c \ub2e4\uc9c0\ub294\ub370 \ud070 \ub3c4\uc6c0\uc774 \ub420 \uac83\uc785\ub2c8\ub2e4.<\/p>\n<p>\uc774\uc81c \uac01 \uae30\ub2a5\uc744 \ub354 \ubc1c\uc804\uc2dc\ucf1c \ub098\uac00\uba70 \uc5ec\ub7ec\ubd84\uc758 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c \ub2a5\ub825\uc744 \ud55c \ub2e8\uacc4 \ud5a5\uc0c1\uc2dc\ucf1c \ubcf4\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4!<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc548\ub4dc\ub85c\uc774\ub4dc \uac1c\ubc1c\uc5d0\uc11c \uc2dc\uacc4 \uc571\uc744 \ub9cc\ub4e4\uba74\uc11c \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5\uc744 \uad6c\ud604\ud558\ub294 \uac83\uc740 \ub9e4\uc6b0 \uc720\uc6a9\ud55c \uc5f0\uc2b5\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 Kotlin\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc790\uc138\ud788 \uc124\uba85\ud560 \uac83\uc785\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 \uc804\uccb4\uc801\uc778 \uc571 \uad6c\uc870\ub97c \uc124\uc815\ud558\uace0, \uc2a4\ud1b1\uc6cc\uce58\uc758 UI\ub97c \ub514\uc790\uc778\ud558\uba70, \uc2a4\ud1b1\uc6cc\uce58\uc758 \uae30\ubcf8 \ub3d9\uc791\uc744 \uad6c\ud604\ud560 \uac83\uc785\ub2c8\ub2e4. 1. \ud504\ub85c\uc81d\ud2b8 \uc124\uc815 Android Studio\ub97c \uc5f4\uace0 \uc0c8\ub85c\uc6b4 \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4. \ud504\ub85c\uc81d\ud2b8\uc758 \uc774\ub984\uc740 &#8220;StopwatchApp&#8221;\uc73c\ub85c \uc124\uc815\ud558\uace0, \uc5b8\uc5b4\ub294 Kotlin\uc744 \uc120\ud0dd\ud569\ub2c8\ub2e4. Minimum SDK\ub294 API &hellip; <a href=\"https:\/\/atmokpo.com\/w\/30468\/\" 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, \uc2dc\uacc4 \uc571\uc758 \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5 \ub9cc\ub4e4\uae30&#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-30468","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, \uc2dc\uacc4 \uc571\uc758 \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5 \ub9cc\ub4e4\uae30 - \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\/30468\/\" \/>\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, \uc2dc\uacc4 \uc571\uc758 \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5 \ub9cc\ub4e4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc548\ub4dc\ub85c\uc774\ub4dc \uac1c\ubc1c\uc5d0\uc11c \uc2dc\uacc4 \uc571\uc744 \ub9cc\ub4e4\uba74\uc11c \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5\uc744 \uad6c\ud604\ud558\ub294 \uac83\uc740 \ub9e4\uc6b0 \uc720\uc6a9\ud55c \uc5f0\uc2b5\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 Kotlin\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc790\uc138\ud788 \uc124\uba85\ud560 \uac83\uc785\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 \uc804\uccb4\uc801\uc778 \uc571 \uad6c\uc870\ub97c \uc124\uc815\ud558\uace0, \uc2a4\ud1b1\uc6cc\uce58\uc758 UI\ub97c \ub514\uc790\uc778\ud558\uba70, \uc2a4\ud1b1\uc6cc\uce58\uc758 \uae30\ubcf8 \ub3d9\uc791\uc744 \uad6c\ud604\ud560 \uac83\uc785\ub2c8\ub2e4. 1. \ud504\ub85c\uc81d\ud2b8 \uc124\uc815 Android Studio\ub97c \uc5f4\uace0 \uc0c8\ub85c\uc6b4 \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4. \ud504\ub85c\uc81d\ud2b8\uc758 \uc774\ub984\uc740 &#8220;StopwatchApp&#8221;\uc73c\ub85c \uc124\uc815\ud558\uace0, \uc5b8\uc5b4\ub294 Kotlin\uc744 \uc120\ud0dd\ud569\ub2c8\ub2e4. Minimum SDK\ub294 API &hellip; \ub354 \ubcf4\uae30 &quot;\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2dc\uacc4 \uc571\uc758 \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5 \ub9cc\ub4e4\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/30468\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-28T03:50:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:48:29+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=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/30468\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30468\/\"},\"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, \uc2dc\uacc4 \uc571\uc758 \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5 \ub9cc\ub4e4\uae30\",\"datePublished\":\"2024-10-28T03:50:45+00:00\",\"dateModified\":\"2024-11-26T06:48:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30468\/\"},\"wordCount\":31,\"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\/30468\/\",\"url\":\"https:\/\/atmokpo.com\/w\/30468\/\",\"name\":\"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2dc\uacc4 \uc571\uc758 \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5 \ub9cc\ub4e4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-28T03:50:45+00:00\",\"dateModified\":\"2024-11-26T06:48:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30468\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/30468\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/30468\/#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, \uc2dc\uacc4 \uc571\uc758 \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5 \ub9cc\ub4e4\uae30\"}]},{\"@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, \uc2dc\uacc4 \uc571\uc758 \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5 \ub9cc\ub4e4\uae30 - \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\/30468\/","og_locale":"ko_KR","og_type":"article","og_title":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2dc\uacc4 \uc571\uc758 \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5 \ub9cc\ub4e4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc548\ub4dc\ub85c\uc774\ub4dc \uac1c\ubc1c\uc5d0\uc11c \uc2dc\uacc4 \uc571\uc744 \ub9cc\ub4e4\uba74\uc11c \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5\uc744 \uad6c\ud604\ud558\ub294 \uac83\uc740 \ub9e4\uc6b0 \uc720\uc6a9\ud55c \uc5f0\uc2b5\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 Kotlin\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc790\uc138\ud788 \uc124\uba85\ud560 \uac83\uc785\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 \uc804\uccb4\uc801\uc778 \uc571 \uad6c\uc870\ub97c \uc124\uc815\ud558\uace0, \uc2a4\ud1b1\uc6cc\uce58\uc758 UI\ub97c \ub514\uc790\uc778\ud558\uba70, \uc2a4\ud1b1\uc6cc\uce58\uc758 \uae30\ubcf8 \ub3d9\uc791\uc744 \uad6c\ud604\ud560 \uac83\uc785\ub2c8\ub2e4. 1. \ud504\ub85c\uc81d\ud2b8 \uc124\uc815 Android Studio\ub97c \uc5f4\uace0 \uc0c8\ub85c\uc6b4 \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4. \ud504\ub85c\uc81d\ud2b8\uc758 \uc774\ub984\uc740 &#8220;StopwatchApp&#8221;\uc73c\ub85c \uc124\uc815\ud558\uace0, \uc5b8\uc5b4\ub294 Kotlin\uc744 \uc120\ud0dd\ud569\ub2c8\ub2e4. Minimum SDK\ub294 API &hellip; \ub354 \ubcf4\uae30 \"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2dc\uacc4 \uc571\uc758 \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5 \ub9cc\ub4e4\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/30468\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-28T03:50:45+00:00","article_modified_time":"2024-11-26T06:48:29+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":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/30468\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/30468\/"},"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, \uc2dc\uacc4 \uc571\uc758 \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5 \ub9cc\ub4e4\uae30","datePublished":"2024-10-28T03:50:45+00:00","dateModified":"2024-11-26T06:48:29+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/30468\/"},"wordCount":31,"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\/30468\/","url":"https:\/\/atmokpo.com\/w\/30468\/","name":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2dc\uacc4 \uc571\uc758 \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5 \ub9cc\ub4e4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-28T03:50:45+00:00","dateModified":"2024-11-26T06:48:29+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/30468\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/30468\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/30468\/#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, \uc2dc\uacc4 \uc571\uc758 \uc2a4\ud1b1\uc6cc\uce58 \uae30\ub2a5 \ub9cc\ub4e4\uae30"}]},{"@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":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30468","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=30468"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30468\/revisions"}],"predecessor-version":[{"id":30469,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30468\/revisions\/30469"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=30468"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=30468"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=30468"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}