Cách kiếm tiền đơn giản, hiệu quả nhất

Thứ Tư, 15 tháng 7, 2015

Khắc phục lỗi không nhận usb. Lỗi "Removable Disk" của USB

|1 nhận xét
Removable Disk xảy ra trong trường hợp usb của bạn sắp hỏng hoặc nhiễm virut. Hoặc trong trường hợp bạn copy dữ liệu vào trong usb có chứa file autorun.inf mà các phần mềm diệt virut nghi ngờ là các file virut nên chặn.  Trong trường hợp đó khi kết nối usb vào với máy tính sẽ không thể mở được như hình sau:  Như vậy Usb của bạn không thể đọc được, và việc cần làm là format lại usb nhưng lại nhận được thông báo dưới:  Bạn...[Readmore]

Thứ Bảy, 4 tháng 7, 2015

Displaying a dialog using an activity in android tutorial

|1 nhận xét
Displaying a dialog using an activity in android tutorial. There are times where you need to display a dialog window to get a confirmation from the user. In  this case, you can override the onCreateDialog()protected method defined in the base Activity class to display a dialog window. The following Try It Out shows you how. Now, create a new android project. Edit interface in activity_main.xml file: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"    ...[Readmore]