[Ubuntu Fix] Error boot on live-usb

Hi, I want create a live-usb to install ubuntu from ubuntu 15.10 via unetbootin but it have error: SYSLINUX 6.03 EDD 20150813 Copyright (C) 1994-2012 H. Peter Anvin et al Boot Error I found solution: Step 1: Right click on iso file -> Open with Disk Image writer Step 2: Choose your usb drive and click Start Restoring… And it is ok.

[Android Fix] PopupMenu You must supply a layout_height attribute

Hi, I have this issue when I create PopupMenu like: And I fix this issue by replace getApplicationContext() to this or activity.

[Android Fix] Gson Cannot make field constructor accessible

Hi, I have error with notify like title the post, and I change my code to create Gson object bellow:

[Fix] genymotion: error while loading shared libraries: libgstreamer-0.10.so.0

Hi, When I install genymotion on Ubuntu 15.10 32 bit and run it, an error display: genymotion: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory I search and find a solution is install libgstreamer0.10-dev and libgstreamer-plugins-base0.10-dev

[Fix] ADB not responding. If you’d like to retry, then please manually kill ‘adb’ and click ‘Restart’

Nếu bạn đang mắc phải lỗi ADB not responding. If you’d like to retry, then please manually kill ‘adb’ and click ‘Restart’ hoặc terminal xuất hiện Syntax error: “)” unexpected thì…

[Chém gió] Quy trình học Android

Lâu lâu không viết bài, hôm nay nổi hứng nghĩ ra cái để chém gió với các bạn về Quy trình học Android, hay nói cách khác là các bước để học Android…

[Android Game] Path Game – Rèn tính nhanh nhạy

Path Game là một Game đơn giản giúp bạn rèn luyện khả năng nhanh nhạy, trí thông mình nhưng không quá phức tạp. Đơn giản chỉ là các phép toán cộng trừ các số không vượt quá 10…

[Android] Chia nhỏ folder layout

Có phải folder layout của bạn đã quá to và khó kiểm soát, khó tìm kiếm? Giờ đây với Android Studio bạn có thể chia nhỏ nó ra để dễ dàng quản lý như hình dưới đây…

[Android] CardView trong Android

CardView cho phép các bạn hiển thị nội dung một cách nổi bật hơn, hiệu ứng đổ bóng, bo góc đẹp hơn. Và nhất là khi kết hợp với RecyclerView. Nếu bạn có sử dụng android 4.0 trở lên thì thường nhìn thấy các app có…

[Android] RecyclerView trong Android

RecyclerView là một View mới trong android giống như ListView nhưng mạnh mẽ hơn rất nhiều.
RecyclerView cho phép chúng ta load dữ liệu nhiều hơn ListView, vuốt mượt hơn, hiệu ứng đẹp hơn và…