Search Results for:

[Colorful life] A real Chats worth reading ...... ..dang think

Sit around and find this post. Read them all if you have read this! “A real chat with my brother… just sat and watched the screen quietly and cried 1 a sad story ... a lesson that seems old but still valid ...

[Comedy Video] Now he code to do?

The most popular song of China have been put new words to the language of the world characterized programmer, video uploaded by weblaptrinhvideo

[Ubuntu] Directories in Ubuntu – The path folder in Ubuntu

Our normal this Folder: Now want to the toolbar that path, how right? These simple as pressing the key combination: Ctrl + The

[Android] ListView

This problem has been Mr. Tran Duy Thanh write very adequate considering what he knew. Mark the wire looking for something easy :). Thank you for the article! Exercise 13: Practice on ListView in Android

[Java] Convenient shortcut in Eclipse – Keyboard shortcuts in Eclipse

Some commonly used shortcuts in Eclipse, help operations much faster than using Ctrl Menu + B : build project Ctrl + D : remove the line containing the cursor in (usually when there are too many blank lines, I want to pull the code to look for beautiful gathered Beauty) Everything + arrow up / down : move the current line up / down Ctrl + F : search string in class […]

[Java] Inner Class

Inner class is declared in class 1 other class. VD class is declared in class Inner Outer Outer methods in class can declare objects of class Inner normally. However these methods in other classes par with class must declare Import Outer Outer class or declare as follows: Outer.Inner out = new Outer().new Inner(); Code illustrations:

[Java] Take the time in Java – Time in Java

In programming much as we need to calculate the running time of the program or the duration of a task is to methodically handled more efficiently. Java gives us some time taking the following system:

[Android] Color of Button Android – Button color Android

To set the color for Button you can use android:background=”color code” Button's VD: android:background=”#F00″ => me red. However with this method when clicking the button we will not see the reaction it seemed Button should not click. To fix this do the following: Step 1: Create color.xml file in the folder res / values ​​with the following content (this file in order to […]

[Android] Spinner in Android

spinner allows us to have 1 available picker like this: To be able to set the values ​​for spinner I have 2 how to perform the preset value in the file res / values ​​/ strings.xml or placed directly in your * .java. First we do 1 the simple interface. * .xml file can then look in the Graphics tab cal following form (bad breath but after run […]

[Android] The background color of the layout Android – Set background color of layout Android

To set the background color for the layout you just add the command line: android:background=”color code”