[Android] determines whether a program is installed on the mobile phone

1. ObtainProgramPackage name Connect the mobile phone ADB and check logcat. For example, the package name of the QQ client is com. Tencent. mobileqq. 2. Then, use packagemanager to determine whether the package exists. Private Boolean

Android Third-Party UI library greendroid usage

From http://www.acwind.net/blog? P = 1297 I always think that the UI library provided by the android SDK itself is too ugly, and the functions provided are always a lot of defects here. Therefore, I have been paying attention to various

Build the android Source Code compiling environment in Ubuntu

Record backup Steps: Go to the command line CD/etc/Apt CP source. List source. list_bak Gedit source. List Copy the source to source. List (jdk5 source) Apt-Get update in the current directory Apt-Get install sun-java5-jdk so far jdk5

Android SDK 1.5 Chinese version (Application basics-4)

1.3 processes and threads When the first component of an application needs to run, Android starts a Linux Process and a single execution thread for it. By default, all components of the application run in this process and thread. However, you can

Android SDK 1.5 Chinese version (Application basics-1)

Android applications use Java as the development language.AaptTool to package the compiled Java code together with the data and resource files required by other applications into an Android file package, this file is used. APKAs an extension, it is

[Android] using Sina Weibo SDK for SSO Login

1. Brief Introduction Now it is July, and the latest SDK is released in July. I have not updated it recently. SDK download link: Release. Last August SDK: http://download.csdn.net/detail/u011267546/5814259 2. Prepared content Comsume Key and

[Android] how to determine whether a program runs on the foreground

Private static boolean isAppOnForeground (String packageName) {YNoteApplication app = YNoteApplication. getInstance (); ActivityManager activityManager = (ActivityManager) app. getSystemService (app. ACTIVITY_SERVICE); PowerManager manager =

[Android] Xiaomi 2 S AlarmManager wake-up system problems

1. Source Alarmmanager + intentservice is used to monitor the clipboard changes of a program in the foreground. On Xiaomi 2 s, alarmmanager is not started. I read some articles, saying that Xiaomi 2 S is trying to save power and wake up every 5

[Android] the difference between display Toast in Service and IntentService

1. Representation Toast can be displayed normally in Service, but Toast cannot be displayed normally in IntentService. toast is not displayed in system 2.3, but does not disappear in system 4.3. 2. Cause Toast needs to run in the main UI thread.

Android call history and contact Query

From http://blog.csdn.net/davayunhuijia/article/details/7778240 There are three types of call records: Call: CallLog. CILS. INCOMING_TYPE (Constant Value: 1) Allocated: CallLog. CILS. OUTGOING_TYPE (Constant Value: 2) Not connected: CallLog. CILS.

Android boot Application

I searched the internet today to start the application. There are many examples, and I found that some real machines still do not work, so I have to do it on the die-like device. Paste some code I have tried The following figure shows the main

Android drawer Effect

Although the slidingdrawer class is no longer recommended, sometimes it can be used if the effect is simple. Anyway, I may miss it, mainly because it is easy to use and can only slide up or down or left or right, in addition, the direction cannot be

Android development Permissions

I forgot how it came from. Today I saw such a notebook with full permissions on my computer. I felt that such a good thing could not be kept in private. I put it up to let people with poor English look at it. Android. permission.

Basic knowledge of Android

1. Activity lifecycle. The Activity status changes during screen switching.Life cycle: Completed life cycle: that is, from an Activity to disappear, the corresponding cycle method is: onCreate to onDestroy; Start: onCreate ()-> onStart () ->

Analysis of Android JNI (1)

JNI is short for Java Native Interface, and JNI is a mechanism. With JNI, you can call other native code in a Java program or make native code call the code at the Java layer. That is to say, with JNI, we can make the Java and native layers in the

Android mk file Introduction

Introduction:Android. mk is used to describe your C and C ++ source code files to Android NDK. This document describes its syntax. Before reading the following content, let's assume that you have read the docs/OVERVIEW. TXT file and understood their

Screenshot taking using skbitmap on Android

Two steps are required to screen on android 1. obtain original RGB bytes from framebuffer (the size is width * height * image depth/8) Int fbfd = 0; Struct fb_var_screeninfo vinfo; // Save the respective data and width and height of the framebuffer.

Android-gyroscope Sensor

How can we convert the angular velocity information of X, Y, and Z axes obtained from the gyroscope into a full range of information such as Roll, Pitch, and Yaw? A gyroscope is an internal gyroscope. Its axis is always parallel to the initial

GetSystemService for Android

GetSystemService is an important API for Android. It is a method of Activity. It retrieves the corresponding Object based on the input NAME and converts it to the corresponding service Object. The following describes the system services.

Cocos2d-x how to solve the CCEditBox In the Android platform does not respond to touch Problems

Use the following code to add CCEditBox to the class as an input box. The Code is as follows: // Add input default anchor (0.5, 0.5). modification is useless. Then, the coordinates cannot be layer-based // coordinates. The screen-based coordinates

Total Pages: 2774 1 .... 1556 1557 1558 1559 1560 .... 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.