Archive | EN Android

[Android] TextView, EditText and connecting interfaces with Java code

In the article directory structure of an Android program also mentioned how the program that generates the id of the component in the xml file of Android.Trong this article will guide you and explain the connection between XML files and Java code in Android. Posts made in a series of collaborative programming Admin Society PTIT

[Android] Using Android LinearLayout interface design

Video below guide you to use LinearLayout to implement the design interface in Android. Specifically, the demo interface logging framework as shown below article of his series of cooperation and programming Admin Society PTIT

[Android] Getting event for Button in Android

In the previous post we showed you make a connection and use TextView and EditText. This article continues to strengthen them and add a Button View more events and catch it. Posts made in a series of collaborative programming Admin Society PTIT

[Android] Using ListView in Android

When using the phone to run Android, you have noticed the contacts you it is 1 list of elements. Video below will guide you to use a simple ListView in Android, which is used to make contacts that. Video made in the tutorial of the Admin Society Android programming PTIT

[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 […]

[Android] Create fonts for text in Android

Firstly we need to have the font file format and copy it to the directory assets in the * .java Then we use the command to set fonts for text Typeface.createFromAsset. Example set font for TextView: file *.xml file *.java Kết quả : Download file Demo: Android_Fonts

[Error Android] Error INSTALL PARSE FAILED MANIFEST MALFORMED in Android

In some cases, we make mistakes Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED trong Android. The cause may be due when you create Project was named package that makes a android: Men in AndroidManifest.xml file wrong. CEO: android:name=”VSNet.Test.MainActivity” And you only need to edit the following: android:name=”MainActivity”

[Android] How to install APK files on Android virtual machine

Many * .apk file that you want to put on a virtual machine running test, So how? Step 1: cd to the directory containing the file to install * .apk. Step 2: adb install command Test.apk (trong đó Test.apk là file mình cần cài 🙂 ) If you have not installed notice-android-tools adb, you need to install it before using the command: Wait for the machine installation is complete.