昌都朔把实业投资有限公司

Android(Kotlin 語言)開發一個簡單的計數器應用

二次開發 admin 發布時間:2024-09-25 21:05:39 瀏覽:

二、Android(Kotlin 語言)
同樣是一個簡單的計數器應用,有一個文本視圖顯示計數,一個按鈕增加計數。
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import android.view.View
import android.widget.TextView

class MainActivity : AppCompatActivity() {
    private var count = 0
    private lateinit var countTextView: TextView

    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        setContentView(R.layout.activity_main)
        countTextView = findViewById(R.id.countTextView)
        countTextView.text = "Count: $count"
    }

    fun incrementCount(view: View) {
        count++
        countTextView.text = "Count: $count"
    }
}

在線咨詢

點擊這里給我發消息售前咨詢專員

點擊這里給我發消息售后服務專員

在線咨詢

免費通話

24h咨詢:0475-2793529


如您有問題,可以咨詢我們的24H咨詢電話!

免費通話

微信掃一掃

微信聯系
返回頂部
主站蜘蛛池模板: 阳西县| 江北区| 武汉市| 基隆市| 吴川市| 隆回县| 林州市| 阳高县| 新余市| 巩留县| 丰原市| 安多县| 永胜县| 通州区| 盖州市| 黎城县| 安阳市| 承德县| 南岸区| 兰西县| 锡林浩特市| 桓仁| 普陀区| 长子县| 中方县| 高要市| 张家港市| 华宁县| 桃园县| 昌黎县| 平湖市| 万源市| 六枝特区| 剑河县| 遵化市| 浪卡子县| 潜山县| 武宣县| 怀安县| 祥云县| 共和县|