
Android学习知识点
aramis9895
好好好
展开
-
Android学习知识点(2)--点击事件的几种写法
先上xml文件:<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height=原创 2016-08-27 23:11:28 · 502 阅读 · 0 评论 -
Android学习知识点(3)--调用短信功能的实现
一,xml文件:<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height=原创 2016-08-27 23:18:37 · 703 阅读 · 0 评论 -
Android学习知识点(1)---电话拨号器的实现
不多说,直接上代码:一\'先上布局<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:lay原创 2016-08-27 22:34:48 · 490 阅读 · 0 评论