Lập trình Android: Tạo NotePad docx
... Trung tâm Tin học – ĐH KHTN Tạo NotePad Hẳn các bạn đã quen với ứng dụng NotePad trên Window. Sau đây mình sẽ demo cách tạo 1 ứng dụng NotePad với vài chức năng chỉnh sửa văn bản ... android:layout_height="wrap_content" android:text="Title" /> <EditText android:id="@+id/title" android:layout_width="wrap_content" android:layout_height=...
Ngày tải lên: 07/08/2014, 14:20
... viết lên diễn đàn của trang web www.laptrinhdidong.vn . Mình sẽ cập nhật web thường xuyên ^^ Lập trình Android – http://laptrinhdidong.vn Page 2
Ngày tải lên: 07/08/2014, 08:22
... xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <TextView android:layout_width="fill_parent" ... android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@strin...
Ngày tải lên: 08/08/2014, 01:22
lập trình android (phần 9) docx
... consider distribution. You should include an appropriate label and icon using the android:label and android:icon attributes within the <application> element of the manifest. Make ... text are better for labels, in general.) Every application should also include the android:versionCode and android:versionName attributes in the <application> element of the manifest...
Ngày tải lên: 05/07/2014, 20:21
Lập trình Android: tạo MenuOptions ppsx
... Trung tâm Tin học – ĐH KHTN Lập trình Android – http://laptrinhdidong.vn Page 4 Trung tâm Tin học – ĐH KHTN Chọn Add: Lập trình Android – http://laptrinhdidong.vn Page 3 Trung ... return(super.onOptionsItemSelected(item)); } } Cuối cùng các bạn Debug và sẽ được các kết quả như sau: Ban đầu: Bấm vào button Menu: Lập trình Android – http://laptrinhdidong.vn Page 2
Ngày tải lên: 07/08/2014, 07:21
Lập trình Android: Tạo BackGround pdf
... android:text="@string/info_text" android:layout_alignParentBottom="true" android:textColor="@color/Orange" android:textSize="24dip" android:layout_centerHorizontal="true" android:id="@+id/infotext"></TextView> ... <ImageView android:layout_height="wrap_content" android:layout_width="wrap_content"...
Ngày tải lên: 07/08/2014, 08:22
Lập trình Android: Tạo và sử dụng Snipper pot
... android.R.layout.simple_spinner_item); Lập trình Android – http://laptrinhdidong.vn Page 2 Trung tâm Tin học – ĐH KHTN Tạo Spinner Sau đây mình sẽ demo Spinner chọn tháng trong năm như sau: 1/ Tạo 1 project như sau: Project ... xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:padding="10dip" android:layo...
Ngày tải lên: 07/08/2014, 08:22
Lập trình Android: Tạo hình nền (WallPaper) pptx
... xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" Lập trình Android – http://laptrinhdidong.vn ... </uses-permission> <application android:icon="@drawable/icon" android:label="@string/app_name"> <acti...
Ngày tải lên: 07/08/2014, 08:22
Lập trình Android: Tạo WebView potx
... thường xuyên ^^ Lập trình Android – http://laptrinhdidong.vn Page 3 Trung tâm Tin học – ĐH KHTN Tạo webView Sau đây mình sẽ demo cách tạo WebView tren môi trường Android như sau: 1/ Tạo 1 project ... android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <TextView android:layout_width="fil...
Ngày tải lên: 07/08/2014, 09:22
Lập trình Android: Tạo menu dạng GridView potx
... xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/myGrid" android:layout_width="match_parent" android:layout_height="match_parent" android:padding="10dp" android:verticalSpacing="10dp" ... android:verticalSpacing="10dp" android:horizontalSpacing="10dp" android:numColumns="a...
Ngày tải lên: 07/08/2014, 09:22