Saturday, August 10, 2013

Hướng dẫn Root Galaxy Tab 7.0 Plus P6200 với Android 4.1.2 XXMD6 Jelly Bean Firmware

Chuẩn bị: Cài đặt USB Driver cho Galaxy Tab 7.0 Plus trên PC nếu chưa thực hiện. Bật USB Debugger trên Galaxy Tab 7.0 Plus. Sạt pin Tablet trên 80%. Backup dữ liệu đề phòng trục trặc. Download những file sau đâya. Odin3_v3.07.rar: Giải nén sau khi down về.b. recovery.tar.rar: Giải nén sau khi down về.c. Superuser-3.1.3-arm-signed.zip Cài đặt CWM Recovery: Mở Galaxy Tab 7.0 Plus ở chế độ Download (Volume xuống + Nút nguồn) Chạy Odin3_v3.07 Kết nối Galaxy Tab 7.0 Plus vào PC và chờ cho Odin3 nhận được tablet. Click và PDA...

Monday, May 27, 2013

Command Pattern

Command Pattern What is Command Pattern? Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations To understand command design pattern we should understand the associated key terms like client, command, command implementation, invoker, receiver. Command is an interface with execute method. It is the core of contract. A client creates an instance...

Friday, May 24, 2013

Strategy Pattern

Strategy Pattern Strategy Pattern là gì? Đây là một behavioral pattern, định nghĩa một tập những thuật toán mà có thể chuyển đổi lẫn nhau để thực hiện một tác vụ cụ thể nào đó. Biểu đồ sau đây cho ta thấy được cách client gọi Strategy pattern và cách nó hoạt động như thế nào: Tại sao chúng ta cần Strategy Pattern? Trong phát triển phần mềm, đôi lúc ta có gặp một số tình huống mà ở đó một số class nó chỉ khác nhau ở thuật toán để thực...