第乙個Android小程式 電話撥號器

2021-08-17 07:19:29 字數 446 閱讀 3855

public class mainactivity extends activity

//定義乙個類 實現按鈕需要的介面型別

private class myonclicklistener implements onclicklistener

intent intent= new intent();//建立乙個意圖物件

//設定乙個動作

intent.setaction(intent.action_call);

/**設定要撥打的資料 uri:統一資源識別符號 自己定義的路徑

*"tel:"是固定格式 不能更改 注意要帶「;」

*/intent.setdata(uri.parse("tel:"+number));

//開啟意圖

startactivity(intent);} }

}

第乙個小程式

2.建立pages目錄檔案 作用是放各個頁面的 3.建立頁面 給頁面起名字,並建立四個檔案 1 js 邏輯的實現 2 json 負責標題欄和一些狀態列 3 wxml 頁面文字 4 wxss 頁面樣式 4.把內容元素封裝在view內部,寫法 內容 5.這節課需要用到三個元件 文字 按鈕 1 2 文字 ...

c 第乙個小程式

include using namespace std int main const int size 50 定義大小。char name size cout please input you name n 提示 cin name 輸入 cout hello world int main char ...

python的第乙個小程式

coding utf 8 import sys from htmlparser import htmlparser reload sys encoding sys.getdefaultencoding if not encoding utf 8 sys.setdefaultencoding utf ...