Andriod programming – Posts 3: Getting Button Click event

Days before his very detailed study, the Android is impatient in wanting to know how to click buttons that change the letter TextView. So this article we will learn how to get Button to manipulate events to TextView and EditText.

[Linux – C / C ] Programming C / C on Ubuntu (Linux)

Probably had too many articles to guide you programming in C / C on Ubuntu or Linux in general, but I still see a lot of your questions on the facebook group and direct message again, something like that “I learn new (work, installation) Ubuntu, C programmers now want this on how?” and so on and so forth similar questions. […]

[School – Law] Exercise split inheritance

Prep and several brothers and sisters in class arguing about the inherited form of exercise divided very exciting but it has many mixed. Originally mềnh also unexciting opinions. So went reader, collect several types of exercises in the familiar easy-to exam. After a moment of reflection in the night would have said that to understand how […]

[School_PPNCKH] The system of scientific research methods

The system of scientific research methods, including methods of empirical research (Practice) research and theory. [qads] 1. The practical research method is the method of direct impact on the object in practice to clarify the nature and the laws of subjects. 1.1 Methods of scientific observation scientific observation method is tri […]

[School_PPNCKH] Characteristics of scientific research

Before you learn the characteristics of scientific research we find out what is science and scientific research is how? 😀 [qads] Từ “khoa học” xuất phát từ tiếng Latin “Scienta”, ie knowledge. Theo Webter’s New Collegiste Dictionary, "Science" is defined as "the knowledge gained through practical experience and research". Scientific Research […]

Connect from Android Emulator with localhost web server

I’m try to connect from Android Emulator with localhost web server and I find the solution If you use default AVD please set domain is: http://10.0.2.2 If you use genymotion, please set domain is: http://10.0.3.2 Good luck!

[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