Expandablelistview is a view that shows two levels of list items vertically. Unlike listview, expandablelistview can have two layers: each layer can be expanded independently and its subitems are displayed. These subitems come from the
In Andriod Study Notes (3): Andriod program framework, we have a preliminary understanding of the main. xml file. This time, we will first learn the relationship between Activity and main. xml.
Although we can use java code to compile the UI, the
Resource is the static information outside the java source code. For example, layout. Resource is stored in the res/directory as a file. In addition to res/raw/, Android will automatically parse the file, for example, layout. We do not need to parse
Http://opengrok.github.io/OpenGrok/
OpenGrok is a fastand usable source code search and cross reference engine. it helps you search, cross-reference and navigate your source tree. it can understand variousprogram file formats and version control
Author: Xu jianxiang (netpirate@gmail.com)Date: 2009/12/19Web: http://www.anymobile.org
The procedure for porting Google Apps (Market; GTalk; Google Maps; GMail; Voice Search) is as follows:
1. Download related files (jar/lib library, apk
There is a mini2440 Development Board of FriendlyArm in hand. At first, we saw that Android was transplanted to 2440 more than a year ago. At that time, FriendlyARM provided the installation image, but only mflash and dedicated touch screen (not NEC)
Prerequisites: there are currently four small android projects, and different channel numbers may be released for promotion, therefore, we need to develop a small packaging tool for non-technical personnel to arbitrarily specify parameters for
Continue to learn about the UI components today, mainly including progressbar, seekbar, imageview, and tabhost ).
1. ProgressBar component
The following is a case study:
First, createProgressBarActivity Class
Case implementation process:
Public
Document directory
Simple Animation:
Put images in the drawable directory,
Create an xml file frame. xml and save the image as follows:
Then define a layout frame_layout.xml:
Then write the activity class, FrameActivity. java:
At this point,
Document directory
Create a gesture Library:
Use the example GestureBuilder that comes with the SDK to create a gesture library. This folder exists in android \ android-sdk-windows \ samples \ android-10 \ GestureBuilder, you need to restore it
OpenGL ES texture Processing
By using OpenGL ES textures, images can be attached to 3D models to generate Realistic 3D scenes. Textures exist in the form of image files. images are normalized to (0.0, 0.0) to (1.0, 1.0) Rectangular areas. Generally,
To prevent the UI from freezing when obtaining data, the data needs to be obtained in the newly opened worker thread, and then the returned results are read and rendered in the UI thread. In the face of this asynchronous processing, how to write is
1. Message mechanism for inter-thread Communication
1. Message Introduction
Frameworks \ base \ core \ java \ android \ OS \ Message. java
Message is the carrier of information transmitted between threads. It contains the Message description and any
From the document, the android simulator allows us to use a disk image in FAT32 format as the SD card module.
I plan to record the process and share it with you today:1. Go to the tools subdirectory under the android SDK directory and runMksdcard-l
Many icons are included in the Android system, so our program can be used conveniently.
Android 1.5 Android. R. drawable ICON resourcesHttp://since2006.com/android/1.5-drawables.php
Android 1.6 Android. R. drawable ICON resourcesHttp://since2006.com/
Android: process
Define the name of the process where the activity is running. Generally, all components of an application run in the default process created for the application. The default process has the same name as the application package name.
1. After the kernel is compiled, arch/arm/boot/compressed/vmlinux, arch/arm/boot/Image, arch/arm/boot/zImage can be generated.
Among them, vmlinux is an elf file. Image is the kernel Image file, while zImage is a kernel Image Compression file. The
I have explained the principle of implementing the book paging effect on android and explained how to release the source code at the end of the article. However, there have been a lot of troubles recently, the source code demo originally planned for
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.