android Air Conditioning Remote Control - Simple Send Content

Next we went on to research the development of android infrared. In this article, we started with the most open source grid air conditioning code on the Internet. That's good. Say nothing more, start!! 1. First let's get to know the encoding format of Gree Air Conditioning, which is available on the Internet The infrared code of the Gree air ...

Posted by RonHam on Tue, 25 Jun 2019 11:51:04 -0700

Talking about the Mixed Development of Android App

From: Click Open Link Hybrid App (Hybrid App) is a lightweight browser embedded in an App. Some native functions are developed by Html 5. This part of the functions can not only be updated dynamically without updating App, but also run simultaneously on Android or iOS App, making the user experience better and saving development resources ...

Posted by friedice on Sun, 23 Jun 2019 16:57:47 -0700

Realization of High Precision Timer and Acquisition of Precision Time in Windows

Many core technologies in communication, VOIP, video and other fields require high time accuracy, such as data acquisition, time synchronization, media flow smoothing control, congestion algorithm, etc. Many technologies are calculated and controlled in milliseconds. But at the beginning of Windows design, it was not aimed at real-time system, ...

Posted by newbie8899 on Sun, 23 Jun 2019 15:08:55 -0700

Android Edition - Wechat APP Payment

Welcome to leave a message and forward it. The first address of the article is: http://www.jianshu.com/p/febf7c2eea82 WeChat Quick Development Series (Wechat Payment, Authorized Access to User Information, etc.) click here Catalogue 1. Registration Account, Developer Certification 2. Adding applications 3. Application for Wechat Paym ...

Posted by goldlikesnow on Sat, 22 Jun 2019 14:14:38 -0700

Understanding Android Binder Mechanism (3/3): Java Layer

This is the third and final article of Android Binder mechanism analysis. This article explains the logic of the Java part of the Binder Framework. For the first two articles on Binder mechanism analysis, please step here: Understanding Android Binder Mechanism (1/3): Driver Chapter Understanding Android Binder Mechanism (2/3): C++ L ...

Posted by Simon180 on Fri, 21 Jun 2019 15:29:16 -0700

Loading SO Library in SD Card Supplemented by Android Dynamic Loading

Reprinted from: https://segmentfault.com/a/1190000004062899 JNI and NDK In fact, the use of JNI in Android includes dynamic loading, dynamic loading of the. so library at APP runtime and invoking its encapsulated method through JNI. The latter is usually compiled from C/C++ code using NDK tools, running in the Native layer, which is muc ...

Posted by LoganK on Wed, 19 Jun 2019 15:49:41 -0700

User Description of Security Detection API in Google Play Service

This blog mainly records how to use Google Play Service for security detection. 1 Principles of Use of Google Play Service Google Play Service provides a large number of API s for users to use. In order to enable applications to integrate Google's latest products and functions at low cost. When using Google Play Service, the basic principl ...

Posted by alin19 on Wed, 19 Jun 2019 14:08:41 -0700

Summary of Address Search and Location Using SDK of Baidu Map

Recently, due to the reasons of demand development, the Baidu Map SDK has been used, which is summarized as follows: 1. Address Search Page Many students will think of using the SuggestionSearch class to achieve, but the meaning of SuggestionSearch itself is to search for associative words, that is, hot words. In the callback of its listenin ...

Posted by jeankaleb on Wed, 19 Jun 2019 12:05:41 -0700

Android Baidu Map (3): Baidu Map Track and Layer Click Event Processing

Android Baidu Map (1): Detailed introduction of sdk-type method parameters and positioning principle for Baidu Map positioningAndroid Baidu Map (2): Baidu Location and Map Display Location Points Source address https://github.com/zhuhao Happig/BaiduMapApi The last article describes how to display location points on a map. This article mainly de ...

Posted by bretx on Mon, 17 Jun 2019 13:15:30 -0700

Android Baidu Map (2): Baidu Location and Map Display Location Points

Android Baidu Map (1): Detailed introduction of sdk-type method parameters and positioning principle for Baidu Map positioningAndroid Baidu Map (3): Baidu Map Track and Layer Click Event Processing Source address https://github.com/zhuhao Happig/BaiduMapApi Introduction of Centennial Map and Location sdk In the last article, the parameters and ...

Posted by mediamind on Mon, 17 Jun 2019 13:09:54 -0700