Yearly Archives | 2014

[Android] Customize ListView in Android

Last days ago we showed you acquainted with ListView in Android, In this article I will guide you to perform custom ListView (Custom ListView) to be like a phonebook list. Video made in the tutorial of the Admin Society Android programming PTIT

Install Android programming tools – Troubleshooting when creating android project 2.2

2 following video guides you how to install Android programming tools on windows and fix errors when creating a new project android 2.2 in the new version. Posts made in a series of collaborative programming Admin Society PTIT

Genymotion virtual machine instruction for Android SDK

Long time no time and conditions Reply, Today with the help of his friend, I should have gotten the chance =)). This article written by you Nguyen Van Chung. As you know, although the Android SDK Emulator-integration was tested for applications when you work. But it has considerable limitations is relatively slow pace […]

[Java Swing] JComboBox in Java – JComboBox in Java

Creating Content for JComboBox JComboBox JComboBox Getting event is an object that allows you to select an element to click on the arrow of it. For example, I have a JFrame JComboBox selected from the following flags: Now we are going to learn by creating a JFrame JComboBox like on. How to create a JComboBox To create JComboBox we use the constructor […]

[Linux] Create usb install windows on linux

Installing on Ubuntu WinUsb 14.04 On Ubuntu 14.04 when installed with a little change, to perform specific 4 command: I'm using Linux Mint and no windows. That makes it difficult to create your usb install windows for those of you neighbors and friends. But now i found winusb, a software to help her do it. Settings: You can […]

[Java swing] JToolBar in Java

JToolBar is a long bar with icons including the corresponding button is usually located under the menu, like toolbars in Word, excel with new buttons, open, save, … We will implement programs like the image above, including 3 new button, open, Save on the toolbar. When you click on the button below JTextArea will display the corresponding event. This toolbar you can […]

[Java swing] JFileChooser in Java

JFileChooser in Java is an object display frame allows you to open or save the file. It's like this: Now we will go as a simple example of open and save files. In the code above you noticed 2 displayed in order to open and save files are different. int select = fc.showOpenDialog(this); int select = fc.showSaveDialog(this); The next argument is that you can JFileChooser.APPROVE_OPTION […]

[Entertainment] Putting things across the river

[Game] After crossing the river the problem of portable lights, some you win, but some of you still can not figure out how to play right up to glory. =)) Putting his introduction to all things across the river to reduce your stress.

[Entertainment] Portable lights across the river

[Game] Xách lights across the river game epitomized algorithm but no less fun, promoting curiosity, clever, people try considered. Have 1 group 5 the last person on the other side of the river bank 1 narrow bridge at night. This relatively weak bridges crossing every turn can only max 2 people. Because it was quite dark so they cross the bridge […]

[Java Swing] JMenu in Java

The writing on the JMenu however find all this code, it is sufficient, explain the relatively clear. First we need to add a MenuBar in JFrame, JMenu then added to the MenuBar, the JMenuItem be added to the JMenu. The program includes JPopupmenu (right click). Also you need to have the image of the icon in the menu, copy the image into […]