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 ... project như sau: Project name: WebViewDemo Build Target: Google APIs Application name: WebViewDemo Package name: com.sample.WebViewDemo Create Activity: WebViewDemo 2/ Tạo giao di...
Ngày tải lên: 07/08/2014, 09:22
... 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
... 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 DialogResult docx
... 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
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: Datetime Picker potx
... . Rất mong nhận được ý kiến đóng góp của các bạn. Mình sẽ theo dõi diễn đàn thường xuyên ^^ Lập trình Android – http://laptrinhdidong.vn Page 6 Trung tâm Tin học – ĐH KHTN import android.app.DatePickerDialog; import ... findViewById(R.id.pickDate); pickDate.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { Lập trình Android – http://laptrinhdidong.vn Pa...
Ngày tải lên: 07/08/2014, 09:21
Lập trình Android: Tạo Rating Bar pot
... > <RatingBar android:id="@+id/ratingbar1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:numStars="3" android:rating="2.5" ... <RatingBar android:id="@+id/ratingbar2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:numStars="5&...
Ngày tải lên: 07/08/2014, 14:20
Lập trình Android: Tạo và sữ dụng RadioButton pps
... xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" > <TextView android:layout_width="fill_parent" ... android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@str...
Ngày tải lên: 07/08/2014, 14:20