Jollen's Blog :: Android OS - Jollen 網路學院 2011 :: Embedded Linux Consulting and Training ::
上一則文章介紹了 Activity 與 View 的觀念,若能再理解 Activity 與 View 的關係,就不難了解 Android 應用程式的整個模式了。請看以下的範例程式: package com.moko.hello; import android.app.Activity; import android.os.Bundle; import android.widget.TextView ......