Explanation of Android development instances: IMF

Since SDK 1.5, Android has enabled its IMFInput Method Framework. This allows us to develop our own input methods. The best reference for the development input method is the Sample-SoftKeyboard provided by Android. Although this example only

Build an Android Development Environment

Android2.1 The system is open-source and easy to use, but there are also many disadvantages. For example, native cannot install programs on the SD card, there is no built-in File Manager, and proxy cannot be set for wifi access, video calls cannot

How to import an external database file larger than 1 MB for android

1. If the database file is larger than 1 MB, use the Filesplit tool to cut. First download the software tool 2. first put the existing database under the assets folder. If this file does not exist, create this folder in the android project. The Code

Implementation of Airplay on Android platform

Airplay is a communication protocol for sharing multimedia data between heterogeneous devices in the LAN. Airplay devices include clients and servers. Generally, small-screen IOS devices are implemented as Airplay clients and large-screen devices

Automatically obtain the apk version package name permission of the android app

  To update an application, you need information such as the package name permission version.   $ XmlFile = "AndroidManifest. xml "; $ Power = array ("android. permission. ACCESS_CHECKIN_PROPERTIES "," android. permission. ACCESS_COARSE_LOCATION ","

How to Set full screen mode for android

  There are two ways to set the full screen mode for android: one is to set the full screen mode in the program code, the other is to configure the manifest. xml file, and the second method is recommended.   The and labels in the manifest. xml

Android uses criteria to select the appropriate geographic location service

  LocationActivity. java   /* LocationActivity. java * @ Author octobershiner * 2011 7 24 * SE. HIT * Use Criteria to select the optimal location service to demonstrate code for locating a user's location and listening for location

[Android game development 3] analyzes SurfaceView! Callback and SurfaceHolder !!

  Note: surfaceview does have the onDraw method, but you will not call surfaceview yourself !!! The ondraw () or draw () in my code is a method defined by myself... Keep calling in the thread. Be sure to pay attention to it !! Previously, we made

[Android game development 5] Game registration interface Demo-implements switching between two activities and data interaction!

  Today, I will explain how to implement switching between two or more activities and data interaction in Surfaceview. I have provided a demo of the game logon interface to improve my image, I also wrote the layout of the input interface at will,

[Android game development 23] custom ListView [general] adapter and Listener Control!

  ListView: it is one of the most commonly used system components in the Android Application development process. Of course, some kids may ask why this is suddenly mentioned in game development, system components, such as game rankings and simple

Android ViewFlipper Sliding Screen switching image [Android evolution 19th]

  I recently saw the usage of ViewFlipper and Animation together, and I wrote it myself. It seems very gray and easy to use, and the effect is much better than that of gallery scrolling and viewing images, this also enables switching between images

Data stored in the File format in Android [Android evolution thirty]

  Previously, I briefly introduced two data storage methods, for example, Shared Preferences, in [Android evolution 14th], I wrote an example of the address book for storing data in the sqlite database. Next I will introduce the format of storing

Developers must know: top ten key points to improve Android Application Development Performance

  As any mobile platform continues to develop and its applications are constantly improved, quality becomes crucial if development is successful. Today, users require that they decide to install Android applications on their own devices to respond

MonkeyRunner tool for Android Automated Testing

MonkeyRunner tool for Android Automated Testing 1. What is the monkeyrunnermonkeyrunner tool provides an API that allows programs written using this API to control Android devices and Simulators out of Android code. With monkeyrunner, you can write

Android OpenGL ES rotating glRotatef

1. rotation function: glRotatef (float angle, float X, float Y, float Z). angle specifies the angle of rotation of the object. Parameters X, Y, and Z jointly determine the direction of the rotation axis. That is, the glRotatef function rotates the

Android-use the Pull parser to parse xml files

Two classes: one entity class Person. java, 1 class that inherits Activity 1. person. java [html] package com. mrzhu. work_shortsax; public class Person {private String personId; private String name; private String address; private String tel;

Use AchartEngineActivity engine to draw bar charts and graphs for Android

1. Introduction AChartEngine (ACE) is an open-source chart Library (for Android) of Google ). It is powerful and supports scatter plots and line charts. For more information about how to use the internal class, download the response documentation

Android crop image size control image size

Use BitmapFactory to obtain images and built-in image cropping tools suitable for the screen size Package com. lin. image; Import android. app. Activity;Import android. content. Intent;Import android. graphics. Bitmap;Import android. graphics.

Android captures and processes the HOME Key

1. Add this code in the activity to shield the home Key (the onKeyDown event captures the home key ). Public void onAttachedToWindow (){This. getWindow (). setType (WindowManager. LayoutParams. TYPE_KEYGUARD );Super. onAttachedToWindow ();}Public

10 major changes to Android 4.0 design specifications

After reading and translating the Android design guidance, we compared Android 4.0, Android 4.0, Android, Android, and earlier versions of app design guidance, and summarized the 10 major changes in Android design: 1. navigation bar(For details, see

Total Pages: 2774 1 .... 714 715 716 717 718 .... 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.