NIO non-blocking package for Android development (1)

  The NiO non-blocking package series for Android development is reproduced at http://www.android123.com.cn/androidkaifa/695.html. To improve the network communication performance of Android, we can use the high-performance NiO (New I/O)

Build an arm-Linux-GCC cross-compilation tool chain environment (Android native (JNI) Development Environment)

Environment: Windows XP + VMware + RedHat (UBUNTU) Note: The environment described in this article is also the development environment of Android native C (JNI ). 1. First download a cross-compilation tool chain version

Android softap support (1)

Softap literally means to use software to implement the AP function, so that your mobile devices can act as a route and link other sites. In fact, the city needs hardware and driver support to truly implement this function. Section 1 softap open

When a slide is played in the android Image Library, the screen is disabled and then the keyguard is displayed.

When the Image Library plays a slide, press the power key to disable the screen and then highlight the screen. The slides continue to play and no keyguard is displayed. How to display the unlock page after the screen is highlighted. The modification

Build the android development environment in ubuntu10.04

Address: http://www.cnblogs.com/nju-dwk/archive/2012/03/01/2376136.html Reprinted for reasons: it is good, but it can be used directly. 1. Uninstall openjdk Delete all packages containing openjdk from the New Software Center 2. Install sun jdk1.6 [1]

Android Remote Image Retrieval and local cache (1)

Local CacheAsynchronous downloadAs we all know, in android applications, if the UI thread does not respond within 5 seconds, it will throw a non-response exception. for remote access to large resources, this exception will easily be thrown out, so

The Android app automatically creates a desktop shortcut after it is started.

Compared with IOS development and Windows Phone development, Android is open, and Android development is more flexible and can do a lot of things. Some may find that after some Android applications are installed and run for the first time, a

Android Intent usage Summary

[Code] Call the dialing program 1 // call mobile customer service 10086 2Uri uri = Uri. parse ("tel: 10086"); 3 Intent intent = new Intent (Intent. ACTION_DIAL, uri); 4 startActivity (intent); [Code] send SMS or MMS view sourceprint? 01 // send

Android makefile (android. mk) analysis (sequence)

  Android has been sought after by many people since its open source. Of course, one person is pursuing it because it was developed by Google. For a programmer, the value of a system is not worth mentioning. I am not going to analyze the android

Android borderless Program Design Philosophy

 From: http://blog.csdn.net/lfhfut/archive/2010/07/21/5751348.aspx borderless Program Design Concept this formulation comes from here. "Android applications are just virtual and there is no actual entry point. Unlike the application concepts on the

Research on Android custom View (2)-basic knowledge of plotting

Since onDraw can be used to draw a blue background, can we do some bad things? Haha ..... But before doing something bad, remember to learn some knowledge in graphics.   I. Basic preparation knowledge 1. Canvas-Canvas Canvas is a large Canvas. The

Android File data storage

1 2 3 android:layout_width="fill_parent" 4 android:layout_height="fill_parent" 5 android:orientation="vertical" > 6 7 android:id="@+id/write_edit" 8 android:layout_width="fill_parent" 9

Android UI advanced style and theme usage

Today, I will share with you the style and theme that are often used in the UI design of android. First, style and theme are both resources. android provides many such default resources. You can use them. You can also define your own style and theme.

[064] Android Tutorial

Android Tutorial Android, an open source operating system for mobiles devices (smartphone and tablet), led by Google. the Android SDK provides a set of tools and APIs to develop Android application, using Java. so, if you know Java, Android

Review Android-adjust screen brightness

Well, I will go to Netease's Android intern for examination tomorrow, so I will go through the previously written Android code and review it. Imagine, of course, this will not lead to too many essential changes, but I have to try it, in this case,

Android Application Interface Design

Address: http://www.ifanr.com/65085 Compared with iOS, there are various inconsistencies in the Android system interface, and the application interface itself lacks unified specifications. Although the openness of Android has brought the greatest

ImageButton exercise (android)

ImageButton is an image Button. You can specify an image resource. Other operations are the same as Button. Here you are familiar with the usage of the dialog box. The Code is as follows: Xml Code   Android: layout_width = "fill_parent" Android:

Dialog Box exercises (android)

AlertDialog dialog box in android Created by AlertDialog. builder and displayed in show after creation. The Code is as follows:   Xml definition of the dialog box   Android: layout_width = "match_parent" Android: layout_height =

Gallery exercise (android)

Gallery is used to display images. You need to specify the source adapter of an image, which is inherited from BaseAdapter. The Code is as follows: Xml Code Xmlns: android = "http://schemas.android.com/apk/res/android" Android: id = "@ + id/gallery"

Android dynamic wallpaper creation tutorial

Dynamic wallpaper is a new feature in Android 2.1. Dynamic wallpapers can be added to the Android desktop with interactive animated background effects. In this tutorial, we will teach you how to create an interactive dynamic wallpaper. Dynamic

Total Pages: 2774 1 .... 1204 1205 1206 1207 1208 .... 2774 Go to: GO

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.