android实现电话功能实验报告,安卓开发实验报告-20210407005833.docx-原创力文档
文檔編制序號:[KKIDT-LLE0828-LLETD298-POI08]
文檔編制序號:[KKIDT-LLE0828-LLETD298-POI08]
安卓開發實驗報告
安卓開發實驗報告
目錄
頁面跳轉
長按圖標抖動以及顯示刪除
頁面跳轉
功能:通過點擊button實現2個activity之間的跳轉。
1.設置監聽器監聽點擊button
2.使用intent傳輸數據
完整代碼
class UI_Test extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
(savedInstanceState);
setContentView Button bt = (Button)findViewById (new OnClickListener());
}
class OnClickListener implements {
public void onClick(View v){
EditText name = (EditText)findViewById EditText password = (EditText)findViewById Bundle data=new Bundle();
("name", ().toString());
("password", ().toString());
Intent intent = new Intent,;
(data);
startActivity(intent);
}
}
class UI_Result extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
(savedInstanceState);
setContentView TextView name = (TextView)findViewById TextView password = (TextView)findViewById Intent intent=getIntent();
Bundle result = ();
("您的用戶名為: "+("name"));
("您的密碼為: "+("password"));
}
}
version="" encoding="utf-8">
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="請輸入您的信息"
android:textSize="20sp"
/>
android:id="@+id/tableRow1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
>
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="用戶名"
android:textSize="16sp"
/>
android:id="@+id/name"
android:layout_width="fill_parent"
an
總結
以上是生活随笔為你收集整理的android实现电话功能实验报告,安卓开发实验报告-20210407005833.docx-原创力文档的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 中国顶级制造标准!红旗N701实车亮相:
- 下一篇: .Net开发WebApi如何使用JObj