摘要:
protected void onCreate(Bundle savedInstanceState);protected void onStart();protected void onRestart();protected void onResume();protected void onPaus... 阅读全文
摘要:
package com.szy.intent.activity;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.view.View;import and... 阅读全文
摘要:
package com.szy.button.activity;import android.app.Activity;import android.os.Bundle;import android.view.View;import android.view.View.OnC... 阅读全文
摘要:
View Code 1 2 5 6 7 8 9 10 阅读全文
摘要:
1 1 TextView tv=(TextView)findViewById(R.id.tv);2 String str="欢迎大家收看《Android开发从零开始》系列课程。感谢大家的支持。";3 tv.setText(style); 阅读全文