Google released the android Development Environment Android studio at the developer conference a few days ago.
There are many promising features
Gradle-based build support (PS: if the network status is poor, the first time you create a
I bought one before.G1, used well, suddenly wanted to save memory, installed a cachetosd software, used for half a day after the machine can not be turned on, has been stoppedAndroidInterface
Later I checked that such software was still used with
In the next version of Android, I think it is 4.3. What improvements will be made to the graphic performance? Chet Haase and Romain guy, graphics experts from the android team, gave us some information on the performance of Android graphics in the
Basic socket programming knowledge: Mainly divided into server-side programming and client-side programming. Server programming steps: 1: Create a server socket and bind it to a port (0-1023 is reserved by the system, preferably around 1024) 2:
Recently, the company needs to develop an androidProgramLet me do it. net is a little painful to do Android \ (^ o ^)/especially for bar code scanning. I haven't done a good job for 3-4 days. Now I have finished it and I will share it with you, it
A third-party jar package is used for Android project development. Generally, follow the eclipse import jar package method (select a project, right-click build path, build path-> Add libraries-> User library-> next-> User libraries-> New-> Add jars,
Public class handlethreadtestactivity extends activity {/** called when the activity is first created. * // @ override public void oncreate (bundle savedinstancestate) {super. oncreate (savedinstancestate); setcontentview (R. layout. main);
Next blog: dlna Development (Android) based on the cybergarage Library)
This article describes the DMP implementation using the cybergarage library.
Some kids shoes want to know How DMR works.
No Android code is displayed on the Internet.
Click it
This is a small gift made for my girlfriend's birthday. My girlfriend is clamoring every day to tell a joke to her. Now, let's make a joke software for her. However, women, emotional animals, still like what you say!
Bytes ---------------------------
I,Overview
Communication between Android threads is actually a very important issue, so we must have a clear understanding of it. The question is not complete. We should add thread and runnable. Next we will introduce them
By default, the Android simulator looks like this:
The most prominent problem on the screen is obviously its ugly interface. The simulator window occupies a huge space on the screen and has a screen keyboard for no reason.
If you have never used a
Canvas is a Canvas. You can create a blank Canvas and create a new Canvas object without parameters. You can also use BitmapFactory to create a Bitmap object as a parameter for the new Canvas object. That is to say, the Canvas is not blank. If you
1. Use git to download some android kernel source code
First, create a directory to save the android kernel source code.
MkdirAndroid_kernel
CdAndroid_kernel
AndroidKernel website http://android.git.kernel.org/
GitClone git: //
Activities provides a dialog box mechanism for convenient management, suchonCreateDialog(int),onPrepareDialog(int, Dialog),showDialog(int),DismissDialog (int) and other methods. If you use these methods, the Activity willThe getOwnerActivity ()
Switch between the two activities, use Intent object, and use very simple
Intent in = new Intent ();
In. setClass (this, active2.class );
// Send a value to active2
In. putExtra ("tt", et. getText (). toString ());
This. startActivity (in );
This.
1. sample projects provided by the Android teamIf you do not start by learning the sample code provided by the Android SDK, there may be no better way to master the development on the Android framework. The core development team of Android provides 1
ImageSwitch requires a ViewFactory interface method to return an ImageView object and specify the setFactory method.
It tried to use ImageView to implement ImageSwitcher. There was no difference, but what was the difference?
The Code is as follows:
Address: http://www.eoeandroid.com/thread-72298-1-1.html
Handler basic concepts:Handler is mainly used for Asynchronous Message Processing: when a message is sent, it first enters a message queue and the function that sends the message returns
Text from http://www.androidzz.com/2011/08/android-sd-app2sd/
Before Android 2.1, applications can only be installed in the body memory (RAM). This feature prevents Android development from some point of view, because RAM space is limited, this
Android compilation process (I): http://www.cnblogs.com/mr-raptor/archive/2012/06/07/2540359.html
Android compilation process (2): http://www.cnblogs.com/mr-raptor/archive/2012/06/08/2541571.html
Android compilation process (3):
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